Skip to content

Instantly share code, notes, and snippets.

@anibalpacheco
Created November 21, 2013 18:24
Show Gist options
  • Save anibalpacheco/7586810 to your computer and use it in GitHub Desktop.
Save anibalpacheco/7586810 to your computer and use it in GitHub Desktop.
Put jquery at the top in reclinepreview resource.config
diff --git a/ckanext/reclinepreview/theme/public/resource.config b/ckanext/reclinepreview/theme/public/resource.config
index 9759082..9c3fa4b 100644
--- a/ckanext/reclinepreview/theme/public/resource.config
+++ b/ckanext/reclinepreview/theme/public/resource.config
@@ -1,3 +1,7 @@
+[main]
+
+force_top = vendor/jquery/1.7.1/jquery.js
+
[IE conditional]
lte IE 7 =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment