diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-06-22 17:57:54 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-06-25 17:02:34 +0200 |
commit | cef2bec878828926143f7e27010ce039c0e1a7a2 (patch) | |
tree | 5cbaea3c0527bf08f086ae3f5bd1824dd25da75d /server/sonar-web/Gruntfile.coffee | |
parent | 0d9fcaa4415ee996e423a97cfe0d965586ca59a5 (diff) | |
download | sonarqube-cef2bec878828926143f7e27010ce039c0e1a7a2.tar.gz sonarqube-cef2bec878828926143f7e27010ce039c0e1a7a2.zip |
SONAR-6661 rewrite update center
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r-- | server/sonar-web/Gruntfile.coffee | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee index 285f4ac4de2..ee08f9f5033 100644 --- a/server/sonar-web/Gruntfile.coffee +++ b/server/sonar-web/Gruntfile.coffee @@ -135,6 +135,7 @@ module.exports = (grunt) -> 'build-app:quality-profiles' 'build-app:source-viewer' 'build-app:users' + 'build-app:update-center' # widgets 'build-widget:issue-filter' # other @@ -239,6 +240,9 @@ 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' ] |