Assets like CSS stylesheets, JS files, images or other files can be managed more easily by implementing methods and philosophies from the Yahoo Performance Best Practices.
It allows developers to output CSS files in the head of a document (even files that are added to the queue at run-time), and add JavaScript calls at the bottom of any page.
It also supports environments (production, testing, development) and can combine multiple JS and CSS requests in one single call if needed.
This enhances the performance during production, while allowing the developer to segregate and organize files during development.
What's New in This Release: [ read full changelog ]
· Lots of bugfixes. Now supports proper combining of files based on server type again (dev, test, prod).