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:
parent
7c3af4493c
commit
ca6d27f4f8
5 changed files with 212 additions and 23 deletions
10
gulpfile.js
10
gulpfile.js
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue