aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/Gruntfile.coffee
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-08-20 15:39:03 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-08-24 09:22:49 +0200
commit7a65a44016c32c5656e7aa5f0e174e670b6849b0 (patch)
treeea8840f4bc19efd99d78a917e797bc1c2902e98e /server/sonar-web/Gruntfile.coffee
parentc007b1899708a5cb4dce68087ed33a0c36551877 (diff)
downloadsonarqube-7a65a44016c32c5656e7aa5f0e174e670b6849b0.tar.gz
sonarqube-7a65a44016c32c5656e7aa5f0e174e670b6849b0.zip
SONAR-6797 rewrite project permissions page
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 050967793ab..240adc7e642 100644
--- a/server/sonar-web/Gruntfile.coffee
+++ b/server/sonar-web/Gruntfile.coffee
@@ -146,6 +146,7 @@ module.exports = (grunt) ->
'build-app:metrics'
'build-app:nav'
'build-app:overview'
+ 'build-app:project-permissions'
'build-app:provisioning'
'build-app:quality-gates'
'build-app:quality-profiles'
@@ -241,6 +242,9 @@ module.exports = (grunt) ->
'<%= BUILD_PATH %>/js/apps/global-permissions/templates.js': [
'<%= SOURCE_PATH %>/js/apps/global-permissions/templates/**/*.hbs'
]
+ '<%= BUILD_PATH %>/js/apps/project-permissions/templates.js': [
+ '<%= SOURCE_PATH %>/js/apps/project-permissions/templates/**/*.hbs'
+ ]
clean: