From d81b0d445b7da9b2547b4a765250b2d3ed9dda5b Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Tue, 21 Oct 2014 10:32:50 +0200 Subject: [PATCH] Adding raven requirement --- bower.json | 3 ++- gulpfile.coffee | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index d01e3285..10a70219 100644 --- a/bower.json +++ b/bower.json @@ -72,7 +72,8 @@ "favico.js": "0.3.4", "Sortable": "~0.1.8", "pikaday": "~1.2.0", - "malihu-custom-scrollbar-plugin": "~3.0.4" + "malihu-custom-scrollbar-plugin": "~3.0.4", + "raven-js": "~1.1.16" }, "resolutions": { "lodash": "~2.4.1", diff --git a/gulpfile.coffee b/gulpfile.coffee index 56127693..4a495b0c 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -85,6 +85,7 @@ paths.js = [ paths.app + "vendor/jquery-textcomplete/jquery.textcomplete.js", paths.app + "vendor/markitup/markitup/jquery.markitup.js", paths.app + "vendor/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js", + paths.app + "vendor/raven-js/dist/raven.js", paths.app + "js/jquery.ui.git-custom.js", paths.app + "js/jquery-ui.drag-multiple-custom.js", paths.app + "js/sha1-custom.js",