mirror of
https://github.com/status-im/fathom.git
synced 2025-03-01 03:20:27 +00:00
fix watch task
This commit is contained in:
parent
b7660adbbf
commit
8b05749e84
@ -68,8 +68,8 @@ gulp.task('sass', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('watch', ['default'], function() {
|
gulp.task('watch', ['default'], function() {
|
||||||
gulp.watch(['./assets/js/**/*.js'], ['browserify'] );
|
gulp.watch(['./assets/src/js/**/*.js'], ['browserify'] );
|
||||||
gulp.watch(['./assets/sass/**/**/*.scss'], ['sass'] );
|
gulp.watch(['./assets/src/sass/**/**/*.scss'], ['sass'] );
|
||||||
gulp.watch(['./assets/**/*.html'], ['html'] );
|
gulp.watch(['./assets/src/**/*.html'], ['html'] );
|
||||||
gulp.watch(['./assets/img/**/*'], ['img'] );
|
gulp.watch(['./assets/src/img/**/*'], ['img'] );
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user