mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-31 10:19:54 +03:00
fixed webpack on base.txt
This commit is contained in:
parent
65f0d781c3
commit
e06669aa54
|
@ -55,7 +55,7 @@ celery==3.1.23
|
|||
|
||||
{%- if cookiecutter.use_compressor == "y" %}
|
||||
django_compressor==2.0
|
||||
{%- endif -%}
|
||||
{%- endif %}
|
||||
|
||||
{% if cookiecutter.js_task_runner == 'Webpack' -%}
|
||||
# Webpack
|
||||
|
|
Loading…
Reference in New Issue
Block a user