Reputation: 1195
I am working on a mobile web app that outputs a number of CSS,HTML ans JS files into a single HTML file.
I was just wondering if anyone knew of libraries/classes that can automatically compress (and cache) the files before adding them to the html file.
Upvotes: 0
Views: 334
Reputation: 38147
Combines, minifies, and caches JavaScript and CSS files on demand to speed up page loads.
Another good one (which i use with Symfony(php framework))
Upvotes: 1