aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/Gruntfile.coffee
diff options
context:
space:
mode:
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: