From 889d85e2512754a9ee724df8b6a4c1f470e3a2e2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 14 Apr 2021 21:35:20 +0300 Subject: remove holder.js because it calls requestAnimationFrame constantly for some reason --- gulpfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gulpfile.js') 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) -- cgit v1.2.3