html5-rails
html5-rails copied to clipboard
Generate Html5 Boilerplate for your Rails apps!
Improved
Hamlit doesn't have the `haml_concat` method that the `html_tag` helper uses. The error is: ``` undefined method `haml_concat' for # ``` I've [opened an issue](https://github.com/k0kubun/hamlit/issues/98) at hamlit's repo, as well.
I read bug #19 it does seem the same but the fix isn't working In rails 4.0 i get exactly the same problem. When i change the an application controller...
Sprockets 2.3 only allows fixed path because only a static manifest mapping is available in rails production mode
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!
What is the reason for deleting application.css file from assets/stylesheets directory?
I think this is the only change required for precompilation to work. Edit: I just saw issue 9. I'll leave this issue open in case you decide against using an...
With html5-rails 0.0.5, a fresh install results in the error `ActionView::Template::Error (File to import not found or unreadable: variables.` Renaming the file `app/assets/styles/_variables.css.scss` to `variables.css.scss` does _not_ correct the problem.
Seemingly all scss files with underscores can't be found. Renaming variables is fine but gems are a different issue.