--- html5-boilerplate/index.html 2011-11-23 20:13:05.000000000 +0100
+++ lib/generators/boilerplate/install/templates/index.html 2012-01-27 18:45:16.000000000 +0100
@@ -12,50 +12,35 @@
More info: h5bp.com/b/378 -->
-
+ <%= application_name %>
-
+
-
-
+ <%%= stylesheet_link_tag "application" %>
+ <%%= csrf_meta_tags %>
+
-
+ <%%= javascript_include_tag "modernizr" %>
-
-
-
-
-
-
+ <%%= yield %>
-
-
-
-
-
-
-
-
-
+ <%%= javascript_include_tag "application" %>
+ <%% if Rails.env.production? %>
+ <%% end %>