miracle2k / django-assets

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

Integrate with Django's ManifestStaticFileStorage #57

Closed longhotsummer closed 9 years ago

longhotsummer commented 9 years ago

Ensure's that White Noise realises these are cacheable assets and adds appropriate far-future expiry headers.

This requires Django 1.7 or later. I'm open to suggestions for how to add that into the code. Currently the option is silently ignored if the imports fail.

Fixes #56

miracle2k commented 9 years ago

This seems like a very good implementation. Thanks!