1
0
Fork 0
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:
fchasen 2015-12-09 23:12:20 -05:00
parent 7547bce31e
commit 57df816060
6 changed files with 41 additions and 7 deletions

View file

@ -56,7 +56,7 @@ gulp.task('watch', function(cb) {
bundle('epub.js', cb);
});
gulp.task('serve', ["watch"], function() {
gulp.task('serve', function() {
server();
});