From 68f6ba9340543404f2080eaa20873e64ec3931df Mon Sep 17 00:00:00 2001 From: Yi Hsiao Date: Wed, 26 Sep 2018 19:10:57 -0400 Subject: [PATCH] fix the order of js files for app-layout.js --- i5k/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i5k/settings.py b/i5k/settings.py index 7fe5c670..3a0af69f 100755 --- a/i5k/settings.py +++ b/i5k/settings.py @@ -356,9 +356,9 @@ }, 'app-layout': { 'source_filenames': ( + 'app/scripts/jquery.js', 'app/scripts/superfish.min.js', 'app/scripts/hoverIntent.js', - 'app/scripts/jquery.js', 'app/scripts/bootstrap.js', 'app/scripts/respond.src.js', 'app/scripts/underscore.js',