Use CSStidy to minify CSS file if using caching
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 7 Apr 2009 22:39:09 +0000 (16:39 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 7 Apr 2009 22:39:09 +0000 (16:39 -0600)
commit6e53b30cb6901d2e88ec80e0736776166b36163f
tree53292d56bacccff805ec5a919032ee140947380d
parentfddbcd122cfde0240bf7a62723093690a08a95d1
Use CSStidy to minify CSS file if using caching

Big-time improvement in CSS filesize, *especially* if using a theme that
overwrites the base theme - instead of including declarations twice,
CSStidy will only write the final calculated value.
For example, the base dimp page with the silver theme using the old
caching method generated a 161 KB file. Running through CSS tidy
generates a 96 KB file.
imp/lib/IMP.php