Skip to content
m3nt0r edited this page Sep 13, 2010 · 1 revision

I’ve setup the caching so that it will update when the source files are updated.

Another nice feature is that the cache is actually a working *.ctp mirror of your current views directory. So if at some point you think that CHAML isn’t working for you, you can just replace the app/views containing the *.haml files with the content of tmp/haml and rework the files if you want. This is of course tedious but in general it is all okay and runs out of the box. You won’t have to recreate the layout in PHP if you ever decide to drop CHAML.

Pretty neat. ;-)

Clone this wiki locally