miracle2k / django-assets

Django webassets integration.
BSD 2-Clause "Simplified" License
89 stars 79 forks source link

not working with whitenoise #50

Open lfrodrigues opened 9 years ago

lfrodrigues commented 9 years ago

I'm trying to use whitenoise to serve my assets. To make the bundles I have to run

calls to {% static %} work fine and whitesnoise is used but for the {% assets %} call (DEBUG_ASSETS=False) the file is the wrong one.

Example code from my webpages:

<script type="text/javascript" src="/static/gen/packed.js?5df0a1aa"></script> <!-- generated using django-assets template tag -->
<script type='text/javascript' src='/static/js/contact_me.95b1c452b73b.js'></script> <!-- normal static call -->

Any insights?

fuzzy76 commented 7 years ago

Isn't this fixed in #56 ?