Skip to content

[WIP] - Add Jekyll Minifier - #104

Draft
jbampton wants to merge 1 commit into
mruby:masterfrom
jbampton:add-jekyll-minifier
Draft

[WIP] - Add Jekyll Minifier#104
jbampton wants to merge 1 commit into
mruby:masterfrom
jbampton:add-jekyll-minifier

Conversation

@jbampton

Copy link
Copy Markdown
Contributor

Jekyll HTML/XML/CSS/JS Minifier utilising yui-compressor, and htmlcompressor

https://github.com/digitalsparky/jekyll-minifier

JEKYLL_ENV=production bundle exec jekyll serve

To switch part of your config settings depending on the environment, use the build command option, for example --config _config.yml,_config.dev.yml. Settings in later files override settings in earlier files.

Screen Shot 2020-12-27 at 11 34 01 am

Screen Shot 2020-12-27 at 11 34 29 am

@jbampton
jbampton requested a review from matz as a code ownerDecember 27, 2020 01:50
@jbamptonjbampton changed the title Add Jekyll Minifier[WIP] - Add Jekyll MinifierApr 11, 2021
@jbampton
jbamptonforce-pushed the add-jekyll-minifier branch from a443568 to 1723fe3CompareApril 11, 2021 07:58
Jekyll HTML/XML/CSS/JS Minifier utilising yui-compressor, and htmlcompressor
https://github.com/digitalsparky/jekyll-minifier
JEKYLL_ENV=production bundle exec jekyll serve
To switch part of your config settings depending on the environment, use the build command option, for example --config _config.yml,_config.dev.yml. Settings in later files override settings in earlier files.
@jbampton
jbamptonforce-pushed the add-jekyll-minifier branch from 1723fe3 to 52a293aCompareApril 11, 2021 11:47
@jbampton
jbampton marked this pull request as draft April 29, 2021 16:00
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@jbampton