mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(gulp): dont watch docs
This commit is contained in:
@@ -43,8 +43,7 @@ gulp.task('docs', function() {
|
||||
var IS_WATCH = false;
|
||||
gulp.task('watch', function() {
|
||||
IS_WATCH = true;
|
||||
gulp.watch('js/**/*.js', ['bundle', 'docs']);
|
||||
gulp.watch('docs/**/*', ['docs']);
|
||||
gulp.watch('js/**/*.js', ['bundle']);
|
||||
gulp.watch('scss/**/*.scss', ['sass']);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user