Guest User

Untitled

a guest
May 23rd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Merb::Plugins.config[:haml] = {:attr_wrapper => '"'}
  2. Merb::Plugins.config[:sass] = {
  3. :style => :compressed,
  4. :template_location => './public/stylesheets/sass',
  5. :css_location => './public/stylesheets',
  6. :always_check => true,
  7. :always_update => true
  8. }
  9. Merb::Plugins.config[:reload_templates] = true
Add Comment
Please, Sign In to add comment