Skip to content

Instantly share code, notes, and snippets.

@ryrych
Created August 6, 2013 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryrych/6164870 to your computer and use it in GitHub Desktop.
Save ryrych/6164870 to your computer and use it in GitHub Desktop.
making compass-rails work in Rails 4.0.0
gem 'compass-rails', github: 'milgner/compass-rails', branch: 'rails4'
# application.rb
if defined?(Compass)
config.assets.paths << Compass::Frameworks[:compass].stylesheets_directory
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment