Fix #737, so django-compressor works on Windows

This commit is contained in:
Daniel Roy Greenfeld 2016-08-22 07:36:40 -07:00 committed by GitHub
parent 7f2192c2fc
commit d98bbcd70e

View File

@ -55,7 +55,7 @@ celery==3.1.23
{% endif %}
{% if cookiecutter.use_compressor == "y" %}
rcssmin==1.0.6 --install-option="--without-c-extensions"
rcssmin==1.0.6 {% if cookiecutter.windows %}--install-option="--without-c-extensions"{% endif %}
django-compressor==2.1
{% endif %}