diff options
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: |