Skip to content

Commit

Permalink
[#2618] Update/add config files for resources
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Aug 15, 2012
1 parent 1c62a1e commit 3666799
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 1 deletion.
34 changes: 34 additions & 0 deletions ckan/public/base/datapreview/resource.config
@@ -0,0 +1,34 @@
[IE conditional]

lte IE 8 = vendor/leaflet/0.3.1/leaflet.ie.css

[depends]

datapreview = vendor/jquery.js

[groups]

datapreview =
vendor/underscore/1.1.6/underscore.js
vendor/backbone/0.5.1/backbone.js
vendor/mustache/0.5.0-dev/mustache.js
vendor/bootstrap/2.0.3/bootstrap.js
vendor/jquery.mustache/jquery.mustache.js

vendor/slickgrid/2.0.1/jquery-ui-1.8.16.custom.js
vendor/slickgrid/2.0.1/jquery.event.drag-2.0.js
vendor/slickgrid/2.0.1/slick.grid.js
vendor/flot/0.7/jquery.flot.js
vendor/moment/1.6.2/moment.js
vendor/leaflet/0.3.1/leaflet.js

vendor/recline/recline.js
datapreview.js

vendor/slickgrid/2.0.1/slick.grid.css
vendor/leaflet/0.3.1/leaflet.css

vendor/leaflet/0.3.1/leaflet.ie.css

vendor/recline/css/recline.css
css/datapreview.css
5 changes: 4 additions & 1 deletion ckan/public/base/javascript/resource.config
@@ -1,3 +1,6 @@
[depends]

main = vendor/jquery.js

[groups]

Expand All @@ -19,7 +22,7 @@ main =
modules/select-switch.js
modules/slug-preview.js
modules/basic-form.js
modules/confirm-delete.js
modules/confirm-action.js
modules/api-info.js
modules/autocomplete.js
modules/custom-fields.js
Expand Down
28 changes: 28 additions & 0 deletions ckan/public/base/vendor/resource.config
@@ -0,0 +1,28 @@
[main]
dont_bundle =
jquery.js

order =
jquery.js
jed.js

[depends]

vendor = jquery.js

[groups]

# jquery.js

bootstrap =
bootstrap/js/bootstrap-transition.js
bootstrap/js/bootstrap-modal.js
bootstrap/js/bootstrap-alert.js
bootstrap/js/bootstrap-tab.js
bootstrap/js/bootstrap-button.js

vendor =
jed.js
select2/select2.js
bootstrap

0 comments on commit 3666799

Please sign in to comment.