aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/Gruntfile.coffee
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-10-01 12:06:21 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-10-02 10:06:00 +0200
commit3aa4e0789f603f3c579a5f0184fa024afd3792fa (patch)
tree56f90d9d920db588cbd7c486901b08363df8dca4 /server/sonar-web/Gruntfile.coffee
parentbcb4b7ae52e9cda07ea97c3bea08ac50a779e1d7 (diff)
downloadsonarqube-3aa4e0789f603f3c579a5f0184fa024afd3792fa.tar.gz
sonarqube-3aa4e0789f603f3c579a5f0184fa024afd3792fa.zip
SONAR-6848 Merge the "Bulk Deletion" and "Provisioning" pages
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 e11220c026c..e87032768af 100644
--- a/server/sonar-web/Gruntfile.coffee
+++ b/server/sonar-web/Gruntfile.coffee
@@ -156,6 +156,7 @@ module.exports = (grunt) ->
'build-app:metrics'
'build-app:nav'
'build-app:permission-templates'
+ 'build-app:projects'
'build-app:project-permissions'
'build-app:provisioning'
'build-app:quality-gates'
@@ -258,6 +259,9 @@ module.exports = (grunt) ->
'<%= BUILD_PATH %>/js/apps/permission-templates/templates.js': [
'<%= SOURCE_PATH %>/js/apps/permission-templates/templates/**/*.hbs'
]
+ '<%= BUILD_PATH %>/js/apps/projects/templates.js': [
+ '<%= SOURCE_PATH %>/js/apps/projects/templates/**/*.hbs'
+ ]
clean: