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, 0 insertions, 4 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee
index f18ddd4b0d4..e2eecf52e60 100644
--- a/server/sonar-web/Gruntfile.coffee
+++ b/server/sonar-web/Gruntfile.coffee
@@ -144,7 +144,6 @@ module.exports = (grunt) ->
'build-app:api-documentation'
'build-app:background-tasks'
'build-app:coding-rules'
- 'build-app:computation'
'build-app:custom-measures'
'build-app:drilldown'
'build-app:global-permissions'
@@ -228,9 +227,6 @@ module.exports = (grunt) ->
'<%= BUILD_PATH %>/js/apps/groups/templates.js': [
'<%= SOURCE_PATH %>/js/apps/groups/templates/**/*.hbs'
]
- '<%= BUILD_PATH %>/js/apps/computation/templates.js': [
- '<%= SOURCE_PATH %>/js/apps/computation/templates/**/*.hbs'
- ]
'<%= BUILD_PATH %>/js/apps/metrics/templates.js': [
'<%= SOURCE_PATH %>/js/apps/metrics/templates/**/*.hbs'
]