-
-
Notifications
You must be signed in to change notification settings - Fork 375
Open
Labels
Description
Hi, I am using django-pipeline with django 3.2. Although the assets are being minified and output to the correct location, the template tag generated script tag wrapped location is generating a 404.
After reading #699 I edited the pipeline/finders.py file to always return a call to the superclass, and the 404 errors disappeared.
Is there something I am misconfiguring (I copied the docs word for word)?