summaryrefslogtreecommitdiffstats
path: root/main/storage.py
AgeCommit message (Collapse)AuthorFilesLines
2013-02-09Minify static files when running collectstaticDan McGee1-0/+36
This doesn't do any super optimizations, but does run the very basic cssmin and jsmin Python tools over the static resources we serve up. Signed-off-by: Dan McGee <dan@archlinux.org>