miracle2k / django-assets

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

Using django_assets with staticfiles #62

Open aruseni opened 8 years ago

aruseni commented 8 years ago

When using django_assets with staticfiles, you are either required to run collectstatic, or have ASSETS_DEBUG set to True.

Otherwise django_assets will not be able to find the files.

Please make this clear in the docs: right now it’s not mentioned there and you have to read the source code to understand why it’s not working as expected.