sporkd / html5-rails

Generate Html5 Boilerplate for your Rails apps!
https://github.com/sporkd/html5-rails
MIT License
239 stars 33 forks source link

Remove Gem dependency on compass-html5 #1

Closed dim closed 12 years ago

dim commented 13 years ago

Please remove the s.add_dependency "compass-html5", "~> 0.0.1" line for your gemspec. People may want to include it separately within the :assets group.

Thanks, D

sporkd commented 13 years ago

This is interesting. It is in fact a hard dependency for any compilation to work at all. But I see your point. This will just makes it a little harder to explain that both gems are required in your gemfile. Guess it's about time for a readme.

sporkd commented 12 years ago

This was a good idea. Fixed a while back:

https://github.com/sporkd/html5-rails/commit/e5e560021f45a646aba000663641890a07cac7d9