diff --git a/gulpfile.js b/gulpfile.js index 11033303f3..775b69a076 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -26,7 +26,7 @@ gulp.task('watch', ['default'], function() { var serveStatic = require('serve-static'); var port = 9000; - gulp.watch(buildConfig.src.html, ['html']); + gulp.watch(buildConfig.src.html, ['html', 'demo']); gulp.watch(buildConfig.src.js, ['js']); gulp.watch(buildConfig.src.scss, ['sass']); gulp.watch(buildConfig.src.playgroundJs, ['playgroundJs']);