h5bp-rails
h5bp-rails copied to clipboard
Rails 3.1+ compatible Application Template based on the HTML5 Boilerplate project
Hi, In my production.rb, had to add modernizr.js to config.assets.precompile, like so: config.assets.precompile += %w( search.js modernizr.js ) Otherwise, raises an AssetNoPrecompiledError. Cheers
Hi, I just executed a rails new foo -m https://github.com/russfrisch/h5bp-rails/raw/master/h5bp.rb. I noticed that at the bottom of application-pre.css, there are a couple of closing curly braces. These don't seem to...
When attempting to use this template on windows, the following error occurs: ``` apply http://github.com/russfrisch/h5bp-rails/raw/master/h5bp.rb c:/Ruby/lib/ruby/1.9.1/open-uri.rb:216:in `open_loop': redirection forbidden: http://github.com/russfrisch/h5bp-rails/ra w/master/h5bp.rb -> https://github.com/russfrisch/h5bp-rails/raw/master/h5bp.rb (RuntimeError) ``` It seems to me this...
the line ``` *= require_tree . ``` is gone from app/assets/stylesheets/application.css Is that intentional? The comment that says that it will "automatically include all the stylesheets available in this directory...