1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Merge branch 'stable'

This commit is contained in:
Nathan Weizenbaum 2008-11-24 18:35:19 -08:00
commit 50b1c01e91

View file

@ -31,12 +31,12 @@ to corresponding CSS files in public/stylesheets when needed
see the Sass module docs for details). see the Sass module docs for details).
For Merb, <tt>.html.haml</tt> views will work without any further modification. For Merb, <tt>.html.haml</tt> views will work without any further modification.
To enable Sass, you also need to add it add a dependency. To enable Sass, you also need to add a dependency.
To do so, just add To do so, just add
dependency "haml" dependency "merb-haml"
to config/dependencies.rb. to config/dependencies.rb (or config/init.rb in a flat/very flat Merb application).
Then it'll work just like it does in Rails. Then it'll work just like it does in Rails.
To use Haml and Sass programatically, To use Haml and Sass programatically,