Skip to content

Commit

Permalink
Prevent sass-rails railtie from running, fixes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
brainopia committed Jul 23, 2015
1 parent 441aaed commit 51bb035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sassc-rails.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
begin
require "sass-rails"
Sass::Rails.send(:remove_const, :Railtie)
Rails::Railtie.subclasses.delete Sass::Rails::Railtie
rescue LoadError
end

Expand Down

0 comments on commit 51bb035

Please sign in to comment.