summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-04-14 21:35:20 +0300
committerAndrew Dolgov <[email protected]>2021-04-14 21:35:20 +0300
commit889d85e2512754a9ee724df8b6a4c1f470e3a2e2 (patch)
tree2d54b24da454324d6a70e2071b3c72e329065efc /gulpfile.js
parent691d4fb49bfe25f00d78c2192dfd3bf9254716e6 (diff)
remove holder.js because it calls requestAnimationFrame constantly for some reason
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)