mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-14 17:04:53 +03:00
Fix condition for django compressor on Heroku
This commit is contained in:
parent
07846027eb
commit
491ab749d8
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
{%- if "{{ cookiecutter.frontend_pipeline }}" != "Django Compressor" %}
|
{%- if "{{ cookiecutter.frontend_pipeline }}" == "Django Compressor" %}
|
||||||
compress_enabled() {
|
compress_enabled() {
|
||||||
python << END
|
python << END
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Reference in New Issue
Block a user