Moved jquery to top of pipeline

This commit is contained in:
Fergal Moran
2014-05-30 21:32:24 +01:00
parent 3d30508506
commit dde2e049d7

View File

@@ -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',