diff options
Diffstat (limited to 'server/sonar-web/gulpfile.js')
-rw-r--r-- | server/sonar-web/gulpfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/gulpfile.js b/server/sonar-web/gulpfile.js index b3b23485cf1..03f2e607b80 100644 --- a/server/sonar-web/gulpfile.js +++ b/server/sonar-web/gulpfile.js @@ -64,6 +64,7 @@ gulp.task('scripts', ['scripts-sonar', 'scripts-main', 'scripts-apps', 'scripts- gulp.task('build', ['clean', 'scripts', 'styles']); gulp.task('watch', ['scripts-main-watch', 'scripts-apps-watch', 'scripts-widgets-watch'], function () { + gulp.watch('src/main/less/**/*.less', ['styles']); gutil.log(gutil.colors.bgGreen('Watching for changes...')); }); |