grabanski's Profile
Recent Articles
Add Trailing Slash to CakePHP
Published by grabanski on 17/6/08How to add a trailing slash to URLs in CakePHP using .htaccess and app helper.
Asset Mapper
Published by grabanski on 23/1/08[b]Map your entire web application's asset (JavaScript/CSS) includes with one file![/b] Easier way to manage JavaScript and CSS includes. Built on top of Asset Packer which compacts files and put them through CSS Tidy and JSMin.

* Rules are now defined in asset_map.php.
* Asset Mapper is now only enabled when debug is set to, "0". see developmentMode in asset_mapper.php
* Removed _([0-9]{10}) cache check.
if (Configure::read('debug') > 0) {$this->AssetPacker->developmentMode = true;
}
I am thinking it would be great to not pack or minify in "development" mode. Development mode can be activated by whatever debug level you specify, default is above 0.
In IRC I am, "iMarc" - see you in there.