aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/Gruntfile.coffee
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-06-08 12:20:03 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-06-08 17:00:05 +0200
commit42c8a155eccbabdab673d8ae496ed3c615d34147 (patch)
tree437928ed4c175fa8bb73071e27c25b8f97cb060c /server/sonar-web/Gruntfile.coffee
parent4a2247c24efee48de53ca07302b6810ab7205621 (diff)
downloadsonarqube-42c8a155eccbabdab673d8ae496ed3c615d34147.tar.gz
sonarqube-42c8a155eccbabdab673d8ae496ed3c615d34147.zip
SONAR-6624 refactor custom metrics page
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r--server/sonar-web/Gruntfile.coffee7
1 files changed, 7 insertions, 0 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee
index 7375822b38e..be7a3ae2ab3 100644
--- a/server/sonar-web/Gruntfile.coffee
+++ b/server/sonar-web/Gruntfile.coffee
@@ -127,6 +127,7 @@ module.exports = (grunt) ->
'build-app:groups'
'build-app:markdown'
'build-app:measures'
+ 'build-app:metrics'
'build-app:nav'
'build-app:provisioning'
'build-app:quality-gates'
@@ -161,6 +162,7 @@ module.exports = (grunt) ->
'casper:groups'
'casper:provisioning'
'casper:computation'
+ 'casper:metrics'
]
@@ -227,6 +229,9 @@ module.exports = (grunt) ->
'<%= 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'
+ ]
clean:
@@ -327,6 +332,8 @@ module.exports = (grunt) ->
src: ['src/test/js/computation*.js']
groups:
src: ['src/test/js/groups-spec.js']
+ metrics:
+ src: ['src/test/js/metrics-spec.js']
uglify:
build: