Tue 2 Sep 2008
I made a few minor changes to the CakePHP Asset Helper to make it compatible with RC2. The changes were:
- Replaced deprecated vendor() with App::import
- Replaced deprecated mkdirr with mkdir
You can grab the latest version here.
What Is It
The CakePHP Asset Helper automatically combines and packs CSS and JS files, which helps improve the loading of websites.










Follow!
Email!
Asset doesn’t handle themes. If a theme has CSS and/or JS it will not work with this helper.