Guest User

Untitled

a guest
May 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Rails.logger.debug { "*** In #{__FILE__}; Testing if we've loaded SASS..."}
  2. Rails.logger.debug { defined?(Sass::RAILS_LOADED) ? "Sass Loaded" : "Sass Not Loaded - Configuration likely to be clobbered" }
  3.  
  4. Sass::Plugin.add_template_location("#{Rails.root}/app/stylesheets")
  5. Sass::Plugin.options[:style] = :compressed
  6.  
  7. Rails.logger.debug { "*** In #{__FILE__}; Checking Template Locations and Style options..."}
  8. Rails.logger.debug { "#{Sass::Plugin.template_location_array.inspect}"}
  9. Rails.logger.debug { "Sass::Plugin.options[:style] => #{Sass::Plugin.options[:style]}"}
Add Comment
Please, Sign In to add comment