fixed webpack template on base.txt

This commit is contained in:
nelsonlho 2016-08-04 01:49:19 -07:00
parent aebfbde089
commit 65f0d781c3

View File

@ -55,9 +55,9 @@ celery==3.1.23
{%- if cookiecutter.use_compressor == "y" %}
django_compressor==2.0
{%- endif %}
{%- endif -%}
{%- if cookiecutter.js_task_runner == 'Webpack' -%}
{% if cookiecutter.js_task_runner == 'Webpack' -%}
# Webpack
django-webpack-loader==0.3.3
{%- endif %}