Open
Description
I'm using django-pipeline with S3 as storage. Less compiler is used for css.
When running collectstatic this happens:
- Existing static files are copied to S3
For every less file: - less file is compiled and it's compiled version appears in source directory (same directory as less file)
- after compiling pipeline tries to compress the css file and cannot find it because it's not uploaded to S3 yet
Maybe static files finders could be used in compressing stage instead of trying to open compiled file path on storage.
Metadata
Metadata
Assignees
Labels
No labels