Hacker News new | ask | show | jobs
Reduce the size of your webapp by 50% *
3 points by dsadsa 5508 days ago
HTML, JS, CSS... One tool to compress them all!

https://github.com/Eyjafjallajokull/wecomp

* 50% is just wild estimate, based only on my projects.

1 comments

Compression of your code is always a good idea in production. Make sure you have a backup copy though! I did it once without having a backup and it was a nightmare maintaining it until I got everything reformatted again.
That's true. I use capistrano for automated deploys, and wecomp fits perfectly.