From 0d093941197b769b49d5cd6042d415e2bb6643ad Mon Sep 17 00:00:00 2001 From: Fabio Kreusch Date: Sat, 14 May 2011 11:35:30 -0700 Subject: [PATCH] Fixed javascript include and renamed html.erb to html --- templates/project/{index.html.erb => index.html} | 0 templates/project/manifest.rb | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) rename templates/project/{index.html.erb => index.html} (100%) diff --git a/templates/project/index.html.erb b/templates/project/index.html similarity index 100% rename from templates/project/index.html.erb rename to templates/project/index.html diff --git a/templates/project/manifest.rb b/templates/project/manifest.rb index 4d62c3c..61cfa57 100644 --- a/templates/project/manifest.rb +++ b/templates/project/manifest.rb @@ -1,6 +1,7 @@ stylesheet "styles.scss", :media => "all" -javascript 'modernizr.js', 'selectivizr.js' -html 'index.html.erb' +javascript 'modernizr.js' +javascript 'selectivizr.js' +html 'index.html' description "52 Framework"