aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/Gruntfile.coffee
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-06-02 17:18:28 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-06-02 17:18:28 +0200
commitea1261f08a376c40bdeb48fcc1a1d095006e3bfe (patch)
tree81f242aa00fc499f01d46198616ff6ee52d02935 /server/sonar-web/Gruntfile.coffee
parent49f2651803eb04e700e56d5d98b3914c62551ea3 (diff)
downloadsonarqube-ea1261f08a376c40bdeb48fcc1a1d095006e3bfe.tar.gz
sonarqube-ea1261f08a376c40bdeb48fcc1a1d095006e3bfe.zip
add backbone-super
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r--server/sonar-web/Gruntfile.coffee1
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'