Martin Mlynář
Results
2
issues of
Martin Mlynář
PIPELINE_ENABLED = False produces duplicate output scripts with multiple collectstatic invocations
4
I've been fighting issue when multiple running of collectstatic produces duplicated scripts when DEBUG=True (or PIPELINE_ENABLED=False) django-pipeline==1.6.0 ``` python STATIC_URL = '/static/' STATIC_ROOT = '/tmp/pipeline-bug-static/' STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage' STATICFILES_FINDERS =...