Have Jekyll use non-minified assets when running locally in dev mode
Created by: cvrebert
We can use site.github
to detect whether our pages are being generated for production GitHub Pages or for local dev viewing: https://help.github.com/articles/repository-metadata-on-github-pages
Then it's just a matter of adding some {% if %}
s to our templates.