fixed webpack template on base.txt

This commit is contained in:
nelsonlho 2016-08-04 01:31:50 -07:00
parent 19e5563fee
commit f6dc75549b

View File

@ -57,7 +57,7 @@ celery==3.1.23
django_compressor==2.0
{%- endif %}
{% if cookiecutter.js_task_runner == 'Webpack' %}
{% if cookiecutter.js_task_runner == 'Webpack' -%}
# Webpack
django-webpack-loader==0.3.3
{%- endif %}