Friday, December 12, 2008

Sass & Haml AutoCompile option

If you are using Sass & Haml, then you may wanted to compile files for each request =>

Just add the following small chunk of  code to your development.rb file.

Sass::Plugin.options[:always_update] = true