aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/gulpfile.js
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-12-14 10:11:36 +0100
committerStas Vilchik <vilchiks@gmail.com>2015-12-15 09:02:30 +0100
commit075f913eff761b6ab817fcb77a10c875f49f4cb5 (patch)
treea05bcfea7209d14ee1377d6ab9ea6d6a8ac7984a /server/sonar-web/gulpfile.js
parentc5794e1e2faa062a97df6663fdd4918382e6b0c6 (diff)
downloadsonarqube-075f913eff761b6ab817fcb77a10c875f49f4cb5.tar.gz
sonarqube-075f913eff761b6ab817fcb77a10c875f49f4cb5.zip
improve css build
Diffstat (limited to 'server/sonar-web/gulpfile.js')
-rw-r--r--server/sonar-web/gulpfile.js1
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...'));
});