Skip to content

Instantly share code, notes, and snippets.

View mjsisley's full-sized avatar

Matthew Sisley mjsisley

View GitHub Profile
@mjsisley
mjsisley / *.html
Last active July 24, 2019 05:49
Webpack Config for Cookiecutter Django
...
{% block css %}
...
{% if not debug %}
<!-- Currently, the css is included as part of javascript in development-->
<!-- This includes the built css for production (I am currently using Grunt for this) -->
<!-- If ExtractTextPlugin is configured properly, Webpack can handle separate css in development and production -->