miracle2k / django-assets

Django webassets integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webassets extra settings

michaelmior opened this issue · comments

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

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

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

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.