From 9f291c1dfc65fd50217f910c702cb420edf5f4f6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 16 Sep 2021 13:08:38 +0300 Subject: experimental: rebuild with latest epubjs --- gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 3c27442..201a30d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -19,7 +19,8 @@ gulp.task('minifyLibsJS', function(cb) { 'lib/bootstrap/v3/js/jquery.js', 'lib/bootstrap/v3/js/bootstrap.min.js', 'node_modules/jszip/dist/jszip.min.js', - 'node_modules/epubjs/dist/epub.js', + 'lib/epub.js/dist/epub.js', + //'node_modules/epubjs/dist/epub.js', 'node_modules/localforage/dist/localforage.js', 'lib/jquery.mobile-events.min.js', 'lib/hyphen/*.js']) -- cgit v1.2.3