Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 298 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 298 Bytes

ckanext-qdes-theme

CKAN theme for QDES

Setup GULP

  • go to ~/ckan/default/src/ckanext-qdes-theme/ckanext/qdes_theme/fanstatic
  • run npm install
  • for styling run gulp watch, this will listen to scss and js files.
  • for production/commit to repo, run gulp, this will minify the files.