--- html5-boilerplate/index.html 2012-04-25 21:17:20.000000000 +0200
+++ lib/generators/boilerplate/install/templates/index.html 2012-04-25 21:52:04.000000000 +0200
@@ -11,7 +11,7 @@
More info: h5bp.com/i/378 -->
-
+ <%= application_name %>
@@ -19,14 +19,15 @@
-
+ <%%= stylesheet_link_tag "application" %>
+ <%%= csrf_meta_tags %>
-
+ <%%= javascript_include_tag 'modernizr' %>
-
+ <%%= yield %>
+ <%%= javascript_include_tag 'application' %>
-
-
-
-
-
-
-
-
-
+ <%% if Rails.env.production? %>
+ <% end %>