diff --git a/gulpfile.js b/gulpfile.js index ad8a4b3..5ca0633 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -42,5 +42,5 @@ gulp.task('build', shell.task([ gulp.task('default', ['webserver', 'sync', 'scss', 'gui', 'build'], function() { gulp.watch('./assets/css/**/*.scss', ['scss']); gulp.watch('./assets/css/gui.scss', ['gui']); - gulp.watch(['bin/build.py', './assets/css/**/*.scss', './assets/js/**/*.js', './templates/*.tpl.html'], ['build']); + gulp.watch(['bin/build.py', './book-src/*', './templates/*.tpl.html'], ['build']); });