html5-rails
html5-rails copied to clipboard
You should mention that gem 'compass-rails' is needed, too
I didn't succeed to run the bootstrapper script until I added gem 'compass-rails' (above compass-h5bp) to the Gemfile. You should mention this in the Readme.
Thanks for your work!
thanks, solved my problem.
Hmm... thanks @jmuheim, just ran in the same problem. A proper solution would be to add compass-rails to html5-rails.gemspec as runtime dependency.
Agreed :+1: