CSS and JavaScript Packaging Tool – Juicer
To benefit both your users and your server you should strive to require as few CSS and JavaScript files as possible on each page view – ideally only one of each. Pulling in more files asynchronously is OK, since it doesn’t drag down your initial rendering.
Juicer is a new command line tool that helps by resolving dependencies, merging and minifying files. It can even check your syntax, add cache busters to and cycle asset hosts on URLs in CSS files and more.
Juicer Details
Recent Comments