RE: CSS and JS minification

2010-09-20 Thread Henrik Genssen
glegroups.com >subject: CSS and JS minification > >Hi, > > I've a working setup of a Django site at production. Now I want to minify >CSS and JS (in-place). > >To deploy I've a git's post-receive hook, that can call a script to do this. >I'

CSS and JS minification

2010-09-20 Thread Shamail Tayyab
Hi, I've a working setup of a Django site at production. Now I want to minify CSS and JS (in-place). To deploy I've a git's post-receive hook, that can call a script to do this. I've seen a minification tool, but thats in Java. Any python/django specific minification program? Does the framewor