Skip to content

Instantly share code, notes, and snippets.

@honza
Created February 10, 2012 18:56
Show Gist options
  • Save honza/1791644 to your computer and use it in GitHub Desktop.
Save honza/1791644 to your computer and use it in GitHub Desktop.
uglify js compiler filter for django-compressor
from compressor.filters import CompilerFilter
class UglifyFilter(CompilerFilter):
command = "uglifyjs"
@kevinastone
Copy link

Sweet!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment