fixed webpack on base.html

This commit is contained in:
nelsonlho 2016-08-04 01:43:17 -07:00
parent 44406593bb
commit 41b2906a5a

View File

@ -60,6 +60,6 @@ django_compressor==2.0
{% if cookiecutter.js_task_runner == 'Webpack' -%}
# Webpack
django-webpack-loader==0.3.3
{%- endif -%}
{%- endif %}
# Your custom requirements go here