diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-10-02 10:18:07 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-10-02 10:18:07 +0200 |
commit | 64cc6661ccc94f2db15d598e313d0d0b4b9ddba9 (patch) | |
tree | 5c33dc174a0d6258640b1af937775cca18e3f3ea /server/sonar-web/Gruntfile.coffee | |
parent | 3aa4e0789f603f3c579a5f0184fa024afd3792fa (diff) | |
download | sonarqube-64cc6661ccc94f2db15d598e313d0d0b4b9ddba9.tar.gz sonarqube-64cc6661ccc94f2db15d598e313d0d0b4b9ddba9.zip |
SONAR-6556 clean up bulk deletion and provisioning stuff
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r-- | server/sonar-web/Gruntfile.coffee | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee index e87032768af..f18ddd4b0d4 100644 --- a/server/sonar-web/Gruntfile.coffee +++ b/server/sonar-web/Gruntfile.coffee @@ -158,7 +158,6 @@ module.exports = (grunt) -> 'build-app:permission-templates' 'build-app:projects' 'build-app:project-permissions' - 'build-app:provisioning' 'build-app:quality-gates' 'build-app:quality-profiles' 'build-app:source-viewer' @@ -229,9 +228,6 @@ module.exports = (grunt) -> '<%= BUILD_PATH %>/js/apps/groups/templates.js': [ '<%= SOURCE_PATH %>/js/apps/groups/templates/**/*.hbs' ] - '<%= BUILD_PATH %>/js/apps/provisioning/templates.js': [ - '<%= SOURCE_PATH %>/js/apps/provisioning/templates/**/*.hbs' - ] '<%= BUILD_PATH %>/js/apps/computation/templates.js': [ '<%= SOURCE_PATH %>/js/apps/computation/templates/**/*.hbs' ] |