diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-06-25 10:28:18 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-06-25 16:03:41 +0200 |
commit | 5084395b0360e760fac3d8c128f6852a5ba707e6 (patch) | |
tree | 964036953ee2bad5cf5849776f4983e908af8483 /server/sonar-web/Gruntfile.coffee | |
parent | ba0948cc74731af55f25fda950913e8d68c97c0a (diff) | |
download | sonarqube-5084395b0360e760fac3d8c128f6852a5ba707e6.tar.gz sonarqube-5084395b0360e760fac3d8c128f6852a5ba707e6.zip |
SONAR-6507 use ws to change password
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r-- | server/sonar-web/Gruntfile.coffee | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee index 20e0cbda5e1..285f4ac4de2 100644 --- a/server/sonar-web/Gruntfile.coffee +++ b/server/sonar-web/Gruntfile.coffee @@ -237,6 +237,9 @@ module.exports = (grunt) -> '<%= BUILD_PATH %>/js/apps/maintenance/templates.js': [ '<%= SOURCE_PATH %>/js/apps/maintenance/templates/**/*.hbs' ] + '<%= BUILD_PATH %>/js/apps/account/templates.js': [ + '<%= SOURCE_PATH %>/js/apps/account/templates/**/*.hbs' + ] clean: |