miracle2k / django-assets

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

webassets extra settings #9

Closed michaelmior closed 11 years ago

michaelmior commented 11 years ago

Thanks for django-assets! Is there currently any way to define settings such as UGLIFYJS_EXTRA_ARGS in the Django settings file?

miracle2k commented 11 years ago

Yes - defining them just like that, without any prefix, should work.

michaelmior commented 11 years ago

That's the first thing I tried. Doesn't seem to be working for me. I'll keep digging.

komar commented 9 years ago

Defining UGLIFYJS_EXTRA_ARGS in Django settings is working fine. Just remember you will see results after you have changed a file included in a bundle.