From 7a4939f74f1bc53203eb99945182adeb7ab750da Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Wed, 8 Jul 2015 12:02:44 +0200 Subject: SONAR-6697 add new custom measures page --- server/sonar-web/Gruntfile.coffee | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'server/sonar-web/Gruntfile.coffee') diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee index 8e61d0b9553..1e74a5f7812 100644 --- a/server/sonar-web/Gruntfile.coffee +++ b/server/sonar-web/Gruntfile.coffee @@ -120,6 +120,7 @@ module.exports = (grunt) -> 'build-app:api-documentation' 'build-app:coding-rules' 'build-app:computation' + 'build-app:custom-measures' 'build-app:drilldown' 'build-app:groups' 'build-app:issues' @@ -213,10 +214,13 @@ module.exports = (grunt) -> ] '<%= BUILD_PATH %>/js/apps/account/templates.js': [ '<%= SOURCE_PATH %>/js/apps/account/templates/**/*.hbs' - ], + ] '<%= BUILD_PATH %>/js/apps/update-center/templates.js': [ '<%= SOURCE_PATH %>/js/apps/update-center/templates/**/*.hbs' ] + '<%= BUILD_PATH %>/js/apps/custom-measures/templates.js': [ + '<%= SOURCE_PATH %>/js/apps/custom-measures/templates/**/*.hbs' + ] clean: -- cgit v1.2.3