summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/gulpfile.js b/gulpfile.js
index e99cddb..343e4a5 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -22,8 +22,7 @@ gulp.task('minifyLibsJS', function(cb) {
'lib/epub.js',
'lib/localforage.min.js',
'lib/jquery.mobile-events.min.js',
- 'lib/hyphen/*.js',
- 'lib/holder.min.js'])
+ 'lib/hyphen/*.js'])
.pipe(concat('app-libs.min.js'))
.pipe(uglify())
.on('error', swallowError)