watch should only compile
This commit is contained in:
parent
1e1887da98
commit
3c0f13022a
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ function test(cb) {
|
|||
gulp.task('test', ['compile'], test);
|
||||
gulp.task('just-test', ['just-compile'], test);
|
||||
|
||||
gulp.task('watch', ['test'], function () {
|
||||
gulp.watch(['src/**', 'typings/**'], ['just-test']);
|
||||
gulp.task('watch', ['compile'], function () {
|
||||
gulp.watch(['src/**', 'typings/**'], ['just-compile']);
|
||||
});
|
||||
|
||||
gulp.task('default', ['watch']);
|
Loading…
Add table
Reference in a new issue