This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
{% 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 --> |