Browse Source

simplify gulpfile for watch:browser

patch-2
Manuel Araoz 10 years ago
parent
commit
115c581bd0
  1. 2
      gulpfile.js

2
gulpfile.js

@ -67,7 +67,7 @@ gulp.task('watch:lint', function() {
});
gulp.task('watch:browser', function() {
return gulp.watch(alljs, ['browser', 'browser-test']);
return gulp.watch(alljs, ['browser-all']);
});
gulp.task('coverage', shell.task(['istanbul cover _mocha -- --recursive']));

Loading…
Cancel
Save