When I try to add "Sass::Plugin.options[:style] = :compact" to environment.rb I get "uninitialized constant Sass (NameError)" when I try to start up my server. I have added "gem 'haml', '3.0.0'" to my Gemfile.
Anybody ran into this?
|
When I try to add "Sass::Plugin.options[:style] = :compact" to environment.rb I get "uninitialized constant Sass (NameError)" when I try to start up my server. I have added "gem 'haml', '3.0.0'" to my Gemfile. Anybody ran into this? | ||||
|
feedback
|
|
I tried what you described and it worked fine for me. I'm using haml 3.0.4 which is the latest version. You may want to run a I also suggest not putting this in your environment.rb, but instead create a
| |||
|
feedback
|
|
I had the exact same problem, and using the sass_config.rb file worked for my case - it seems the calls in environment.rb are occurring before the plugin init.rb is loaded. | |||
feedback
|