Update To Asset Helper

Posted by Matt on Tue, Sep 02 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.

Posted in CakePHP, Code

2 Comments

Dan said on Oct 06, 2008
Asset doesn't handle themes. If a theme has CSS and/or JS it will not work with this helper.
Angel S. Moreno said on Jun 17, 2010
any chnace this can be improved to handle themes Matt ?