1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-04 15:09:16 +02:00

get cfis from range and node

This commit is contained in:
fchasen 2015-12-17 21:17:04 -05:00
parent ca6d27f4f8
commit b0fde55527
5 changed files with 233 additions and 5 deletions

View file

@ -63,6 +63,7 @@ gulp.task('serve', function() {
gulp.task('test', function(cb) {
mochify('./test/*.js', {
reporter: 'spec',
transform: 'brfs',
watch: true
})
.bundle();