views:

354

answers:

1

I have Haml/Sass installed as a Gem and using it with Rails. I can't figure out, how to pass options like template_location and style to Sass. Sass::Plugin.options doesn't work (since Haml/Sass isn't installed as a plugin). The gem is required through Rails::Initializer#gem.

Thanx a lot for help!

+1  A: 

Sass::Plugin.options should still work -- the "Plugin" refers to Sass being used with Rails, as opposed to standalone.

nex3