diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-05-22 15:35:28 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-05-25 14:53:25 +0200 |
commit | 681ee7b5f288c84150856bcd9a35f0e7ced28b0d (patch) | |
tree | 2a145f62c3c7f76947f4f8364e2a940ecf76f9ce /server/sonar-web/Gruntfile.coffee | |
parent | 850622c8e811b7465946165352a17f95f90897df (diff) | |
download | sonarqube-681ee7b5f288c84150856bcd9a35f0e7ced28b0d.tar.gz sonarqube-681ee7b5f288c84150856bcd9a35f0e7ced28b0d.zip |
SONAR-6579 add support of gravatars
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r-- | server/sonar-web/Gruntfile.coffee | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee index 82a5708b8f9..3f33fd9dc95 100644 --- a/server/sonar-web/Gruntfile.coffee +++ b/server/sonar-web/Gruntfile.coffee @@ -66,6 +66,7 @@ module.exports = (grunt) -> '<%= BUILD_PATH %>/js/libs/third-party/numeral-languages.js' '<%= BUILD_PATH %>/js/libs/third-party/bootstrap/tooltip.js' '<%= BUILD_PATH %>/js/libs/third-party/bootstrap/dropdown.js' + '<%= BUILD_PATH %>/js/libs/third-party/md5.js' '<%= BUILD_PATH %>/js/libs/select2-jquery-ui-fix.js' '<%= BUILD_PATH %>/js/libs/widgets/base.js' |