bcgov / ckanext-bcgov

BC Data Catalogue source code, main ckan extension
http://catalogue.data.gov.bc.ca
GNU Affero General Public License v3.0
24 stars 23 forks source link

serve static files #283

Open ll911 opened 7 years ago

ll911 commented 7 years ago

this is relate to https://github.com/ckan/ideas-and-roadmap/issues/38

I would to purpose following changes to https://github.com/bcgov/ckanext-bcgov/tree/master/ckanext/bcgov/fanstatic

separate each type of static resources by format, not function, create directories like

css: all css files js: all required javascript files fonts: all required fonts files, preferable woff or woff2 only, img: all required image resources such as icon, button. licenses: all licenses files.

jeff-at-h3 commented 6 years ago

low priority recommend review next FY

mdunhamwilkie commented 5 years ago

@ll911, @dkelsey how much of a priority is this? What's the downside to not doing it?

dkelsey commented 5 years ago

This relates to #282.

this should be a simple refactoring exercise.