From dde2e049d7576de4c382cd421925d3ed980096a7 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Fri, 30 May 2014 21:32:24 +0100 Subject: [PATCH] Moved jquery to top of pipeline --- dss/pipelinesettings.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dss/pipelinesettings.py b/dss/pipelinesettings.py index bc2f235..e57ed27 100644 --- a/dss/pipelinesettings.py +++ b/dss/pipelinesettings.py @@ -37,6 +37,9 @@ PIPELINE_JS = { 'lib': { 'source_filenames': ( + 'js/lib/ace/uncompressed/jquery.js', + 'js/lib/ace/uncompressed/jquery-ui.js', + 'js/lib/underscore.js', 'js/lib/underscore.templatehelpers.js', 'js/lib/backbone.js', @@ -45,8 +48,6 @@ PIPELINE_JS = { 'js/lib/backbone.marionette.js', - 'js/lib/ace/uncompressed/jquery.js', - 'js/lib/ace/uncompressed/jquery-ui.js', 'js/lib/ace/uncompressed/bootstrap.js', 'js/lib/moment.js', 'js/lib/ajaxfileupload.js',