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

Further Merb instruction fixes.

This commit is contained in:
Nathan Weizenbaum 2008-11-24 18:35:14 -08:00
parent fd64f8859c
commit a9a134a1c5

View file

@ -31,7 +31,7 @@ to corresponding CSS files in public/stylesheets when needed
see the Sass module docs for details).
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
dependency "merb-haml"