1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-03 14:59:18 +02:00

Added compare

This commit is contained in:
fchasen 2015-12-16 23:17:34 -05:00
parent 7c3af4493c
commit ca6d27f4f8
5 changed files with 212 additions and 23 deletions

View file

@ -18,7 +18,7 @@ var sourcemaps = require('gulp-sourcemaps');
var size = require('gulp-size');
var URI = require('urijs');
var mochify = require('mochify');
// https://github.com/mishoo/UglifyJS2/pull/265
// uglify.AST_Node.warn_function = function() {};
@ -60,8 +60,12 @@ gulp.task('serve', function() {
server();
});
gulp.task('test', function() {
gulp.task('test', function(cb) {
mochify('./test/*.js', {
reporter: 'spec',
watch: true
})
.bundle();
});
// Default