mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-31 10:19:54 +03:00
fixed webpack jinja on base.txt
This commit is contained in:
parent
c8b85b114f
commit
19e5563fee
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user