nielsenramon / chalk

Chalk is a high quality, completely customizable, performant and 100% free Jekyll blog theme.
http://chalk.nielsenramon.com
MIT License
1.23k stars 442 forks source link

Minify/uglify js on publish #147

Closed aneeshmg closed 6 years ago

aneeshmg commented 6 years ago

Is there a way i can minify/uglify the css and javascript on running npm run publish

nielsenramon commented 6 years ago

@aneeshmg It should be minified and uglified on publishing with these settings from jekyll-assets by default: https://github.com/envygeeks/jekyll-assets#configuration

You can of course change these settings!