Tests: Fix browser-test build
This commit is contained in:
parent
6af3559a97
commit
c6a0803df2
@ -96,11 +96,9 @@ gulp.task('browser', function() {
|
|||||||
.pipe(gulp.dest('browser'));
|
.pipe(gulp.dest('browser'));
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('browser-test', function() {
|
gulp.task('browser-test', shell.task([
|
||||||
shell.task([
|
|
||||||
'find test/ -type f -name "*.js" | xargs browserify -o ./browser/tests.js'
|
'find test/ -type f -name "*.js" | xargs browserify -o ./browser/tests.js'
|
||||||
]);
|
]));
|
||||||
});
|
|
||||||
|
|
||||||
gulp.task('browser-all', function(callback) {
|
gulp.task('browser-all', function(callback) {
|
||||||
runSequence(['browser'], ['browser-test'], callback);
|
runSequence(['browser'], ['browser-test'], callback);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user