wermos / blog

Home of my own blog.
https://wermos.github.io/blog/
0 stars 1 forks source link

Investigate the jekyll-minifier plugin #22

Closed wermos closed 1 year ago

wermos commented 1 year ago

Figure out how to activate it and choose what files to minify (which should be all CSS, HTML, and JS files only).

wermos commented 1 year ago

Added the minifier in 9edce75b6312315f7a861eead7642e36917ac06e and fixed the workflow so that the hosted blog uses it in 62df2262f8bf433d42c53edbff0e8d2eba3b5a31.

The development version (i.e. the locally cloned repo) won't minify the HTML, CSS, and JS unless the JEKYLL_ENV=production environment variable is set.