summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-09-16 13:08:38 +0300
committerAndrew Dolgov <[email protected]>2021-09-16 13:08:38 +0300
commit9f291c1dfc65fd50217f910c702cb420edf5f4f6 (patch)
treed92a284a9faedd3b02341cc0b161d7d47bd0ebd9 /gulpfile.js
parentc9e10e6568a42e2a620b18cf9d01f4c5ea868466 (diff)
experimental: rebuild with latest epubjs
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js3
1 files changed, 2 insertions, 1 deletions
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'])