bootstrap-ruby / bootstrap-editable-rails

In-place editing with Twitter Bootstrap for Rails
http://rubygems.org/gems/bootstrap-editable-rails
MIT License
216 stars 52 forks source link

Add the 'sass' gem as a dependency. #23

Closed mthomps closed 9 years ago

mthomps commented 9 years ago

Add the 'sass' gem as a dependency to prevent failure during "rake assets:precompile" (if a project is already including sass, this doesn't occur).

tkawa commented 9 years ago

Sure, a dependency on sass is missing. I think using 'sass-rails' with no designated version is better, don't you?

gem.add_dependency "sass-rails"
mthomps commented 9 years ago

Yes, that sounds good! Thanks!