mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-02 14:49:16 +02:00
split rendition into view managers
This commit is contained in:
parent
d9a19e5a28
commit
48216cc7ec
20 changed files with 4683 additions and 2188 deletions
|
@ -55,14 +55,13 @@ gulp.task('watch', function(cb) {
|
|||
bundle('epub.js', cb);
|
||||
});
|
||||
|
||||
gulp.task('serve', function() {
|
||||
gulp.task('serve', function(cb) {
|
||||
server();
|
||||
bundle('epub.js', cb);
|
||||
});
|
||||
|
||||
gulp.task('serve:no-watch', function() {
|
||||
gulp.task('serve:no-watch', function(cb) {
|
||||
server();
|
||||
bundle('epub.js', cb);
|
||||
});
|
||||
|
||||
gulp.task('test', function(cb) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue