mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
Ignore a node when finding the cfi path
This commit is contained in:
parent
7547bce31e
commit
57df816060
6 changed files with 41 additions and 7 deletions
|
@ -56,7 +56,7 @@ gulp.task('watch', function(cb) {
|
|||
bundle('epub.js', cb);
|
||||
});
|
||||
|
||||
gulp.task('serve', ["watch"], function() {
|
||||
gulp.task('serve', function() {
|
||||
server();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue