aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/Gruntfile.coffee
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-06-15 15:36:35 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-06-15 15:51:04 +0200
commit1982a35ea22ede4245131054cee6f16c10e52ba6 (patch)
tree7adfea96b4e54e8d99bbb3a4c09bac9f09d148e5 /server/sonar-web/Gruntfile.coffee
parentcc9c0c54d3fe6ada071d20edae5b5e75abab37be (diff)
downloadsonarqube-1982a35ea22ede4245131054cee6f16c10e52ba6.tar.gz
sonarqube-1982a35ea22ede4245131054cee6f16c10e52ba6.zip
SONAR-6639 redesign migration page, step 1
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r--server/sonar-web/Gruntfile.coffee4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee
index be7a3ae2ab3..831558a585b 100644
--- a/server/sonar-web/Gruntfile.coffee
+++ b/server/sonar-web/Gruntfile.coffee
@@ -125,6 +125,7 @@ module.exports = (grunt) ->
'build-app:computation'
'build-app:drilldown'
'build-app:groups'
+ 'build-app:maintenance'
'build-app:markdown'
'build-app:measures'
'build-app:metrics'
@@ -232,6 +233,9 @@ module.exports = (grunt) ->
'<%= BUILD_PATH %>/js/apps/metrics/templates.js': [
'<%= SOURCE_PATH %>/js/apps/metrics/templates/**/*.hbs'
]
+ '<%= BUILD_PATH %>/js/apps/maintenance/templates.js': [
+ '<%= SOURCE_PATH %>/js/apps/maintenance/templates/**/*.hbs'
+ ]
clean: