Class: Sass::Plugin::MerbBootLoader
- Inherits:
-
Merb::BootLoader
- Object
- Merb::BootLoader
- Sass::Plugin::MerbBootLoader
- Defined in:
- lib/sass/plugin/merb.rb
Class Method Summary collapse
Class Method Details
.run
42 43 44 45 46 |
# File 'lib/sass/plugin/merb.rb', line 42
def self.run
# Apparently there's no better way than this to add Sass
# to Merb's Rack stack.
Merb::Config[:app] = Sass::Plugin::Rack.new(Merb::Config[:app])
end
|