From 42c8a155eccbabdab673d8ae496ed3c615d34147 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Mon, 8 Jun 2015 12:20:03 +0200 Subject: SONAR-6624 refactor custom metrics page --- server/sonar-web/Gruntfile.coffee | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'server/sonar-web/Gruntfile.coffee') 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: -- cgit v1.2.3