-
-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No static file generated by django-pipeline #814
Comments
I'm having this issue too. Everything's being collected into my project's ./static folder, but they're just simply copied from the app folders. None of the compressed/collected files are being generated. Started happening after I upgraded to Django 5, so might be a bug related to that. |
I just started getting this too. Did you find any fix? |
@jon-mcclung-fortyau This project seems unmaintained, so I just wrote my own replacement for their compress script that fixed the issue. It's really frustrating that this project can no longer do the ONE thing it was written to do. |
Thanks. Yeah, I ultimately just added a line to my dockerfile because our scss -> css pipeline is very simple and could be achieved with a single command. |
Hi,
I am having issues using Django-pipeline in my project. I am using Django 5.0.6 with Python 3.12.4. Here are my settings for django-pipeline
And I used it in the scripts.html
And there is no
main.js
file generated, and I got "GET /static/js/main.js HTTP/1.1" 404.Thanks for the help in advance.
Alvin
The text was updated successfully, but these errors were encountered: