diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-06-02 17:18:28 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-06-02 17:18:28 +0200 |
commit | ea1261f08a376c40bdeb48fcc1a1d095006e3bfe (patch) | |
tree | 81f242aa00fc499f01d46198616ff6ee52d02935 /server/sonar-web/Gruntfile.coffee | |
parent | 49f2651803eb04e700e56d5d98b3914c62551ea3 (diff) | |
download | sonarqube-ea1261f08a376c40bdeb48fcc1a1d095006e3bfe.tar.gz sonarqube-ea1261f08a376c40bdeb48fcc1a1d095006e3bfe.zip |
add backbone-super
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 fc55da5fceb..7375822b38e 100644 --- a/server/sonar-web/Gruntfile.coffee +++ b/server/sonar-web/Gruntfile.coffee @@ -46,6 +46,7 @@ module.exports = (grunt) -> '<%= BUILD_PATH %>/js/libs/third-party/latinize.js' '<%= BUILD_PATH %>/js/libs/third-party/underscore.js' '<%= BUILD_PATH %>/js/libs/third-party/backbone.js' + '<%= BUILD_PATH %>/js/libs/third-party/backbone-super.js' '<%= BUILD_PATH %>/js/libs/third-party/backbone.marionette.js' '<%= BUILD_PATH %>/js/libs/third-party/handlebars.js' '<%= BUILD_PATH %>/js/libs/third-party/underscore.js' |