From 64cc6661ccc94f2db15d598e313d0d0b4b9ddba9 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Fri, 2 Oct 2015 10:18:07 +0200 Subject: SONAR-6556 clean up bulk deletion and provisioning stuff --- server/sonar-web/Gruntfile.coffee | 4 ---- 1 file changed, 4 deletions(-) (limited to 'server/sonar-web/Gruntfile.coffee') 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' ] -- cgit v1.2.3