Sean_93 Posted April 14, 2012 Posted April 14, 2012 (edited) The title says it all, http://code.google.com/p/minify/ They are also on GitHub: https://github.com/mrclay/minify I think its quite cool, it even caches the minified and gZipped version of your CSS/JS on the server so that it doesn't have to keep using CPU power to gZip it every time someone goes on your website, its very flexible in the ways that you can use it as well. Also, if you need to change your CSS/JS file.. No problem! It uses the last modified header. So when you change it, the first time you view the page it will only be a little bit slower as it has to minify it gZip it and store it on the server again, but that's no problem at all really. Id honestly take a look at it if you haven't already, it could be very useful to you.. Edited April 14, 2012 by Sean_93 Quote
SirChick Posted April 23, 2012 Posted April 23, 2012 Should always minify you're code on you're live sites when you finish being beta etc :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.