Skip to content

Commit

Permalink
Fix missing main library
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Oct 4, 2012
1 parent b71bc7b commit 5d9be2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/public/base/javascript/resource.config
Expand Up @@ -5,8 +5,8 @@ dont_bundle = tracking.js
[depends]

main = vendor/vendor
ckan = main
ckan = vendor/bootstrap
ckan =
vendor/bootstrap
tracking.js = vendor/jquery.js

[custom render order]
Expand Down
1 change: 1 addition & 0 deletions ckan/templates/page.html
Expand Up @@ -95,6 +95,7 @@ <h2>A sidebar item</h2>
{%- endblock -%}

{%- block scripts %}
{% resource 'base/main' %}
{% resource 'base/ckan' %}
{% if config.get('ckan.tracking_enabled', 'false') %}
{% resource 'base/tracking.js' %}
Expand Down

0 comments on commit 5d9be2c

Please sign in to comment.