ixc / ixc-project-template

Bare-bones skeleton project template, for use with the `django-admin.py startproject` command.
1 stars 0 forks source link

Update the django-compressor settings to use a more effective JS compression #3

Closed markfinger closed 8 years ago

markfinger commented 9 years ago

Easiest would be to use an Uglify.js filter.

markfinger commented 9 years ago

Depends on ixc/django-frontend-compiler#1

markfinger commented 8 years ago

The python implementation of JSMin - or whatever compressor uses by default - seems to be fine.