The Basics
django-compress provides an automated system for compressing CSS and JavaScript files. By default, it only outputs compressed files, while not in DEBUG-mode. That means you can still debug and edit your source files while coding, and when going to production, the compressed files will be automatically generated.
Support for jsmin and CSSTidy is included and enabled by default (but can easily be disabled).
django-compress includes template tags for outputting the URLs to the CSS/JavaScript-files and some other goodies to improve the performance of serving static media.
Project Home – http://code.google.com/p/django-compress/Grab the Repository – svn checkout http://django-compress.googlecode.com/svn/trunk/
Recent Commits
-
75 was committed 1 week, 5 days ago.
Fixes for Djangos signal refactor. Thanks Alexander Pugachev
-
74 was committed 1 month, 1 week ago.
Fixed issue 18, thanks pigletto!
-
71 was committed 1 month, 1 week ago.
Added YUI Compressor for CSS and JavaScript. Thanks Alexander Pugachev for initial patch.
-
70 was committed 1 month, 1 week ago.
Fixed #15. Thanks Alexander Pugachev!
-
69 was committed 1 month, 2 weeks ago.
Removed a redudant condition in CompressedCSSNode, thanks Alexander Pugachev.
-
68 was committed 1 month, 2 weeks ago.
Fixed bad import in csstidy_python filter. Thanks Clint Ecker!
-
67 was committed 1 month, 3 weeks ago.
Use tempfile instead of os.tmpnam. Patch from Remco Wendt. Thanks!
-
66 was committed 1 month, 3 weeks ago.
Added a filter with the Python port of CSSTidy by Dj Gilcrease (from django-assetpackager).
-
65 was committed 2 months ago.
Output error message when a filter is not found
-
64 was committed 2 months ago.
No commit message supplied.