diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-07-08 12:02:44 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-07-08 14:08:00 +0200 |
commit | 7a4939f74f1bc53203eb99945182adeb7ab750da (patch) | |
tree | efddc46d7afbdb9bd59eda48196a7aec571adf03 /server/sonar-web/Gruntfile.coffee | |
parent | afa5a589582cfd710a8f83ff410204e082c14dfe (diff) | |
download | sonarqube-7a4939f74f1bc53203eb99945182adeb7ab750da.tar.gz sonarqube-7a4939f74f1bc53203eb99945182adeb7ab750da.zip |
SONAR-6697 add new custom measures page
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r-- | server/sonar-web/Gruntfile.coffee | 6 |
1 files changed, 5 insertions, 1 deletions
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: |