Tweaking watchlist for markup rebuilds
This commit is contained in:
parent
fcdc3f8ecd
commit
0e77b0f96b
@ -5,7 +5,7 @@ var gulp = require('gulp'),
|
||||
compass = require('gulp-compass');
|
||||
|
||||
gulp.task('default', ['server'], function() {
|
||||
gulp.watch('./src/**/*.html', ['markup']);
|
||||
gulp.watch(['./src/**/*.html', './template.html'], ['markup']);
|
||||
gulp.watch('./src/**/*.scss', ['compass']);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user