From 6ae240afbbef78e987846427ffb201172a7ba107 Mon Sep 17 00:00:00 2001 From: Dan Croak Date: Fri, 14 Aug 2009 00:12:10 -0400 Subject: [PATCH] include stylesheet in initial commit --- script/create_project | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/create_project b/script/create_project index 96e3115..c7a0334 100755 --- a/script/create_project +++ b/script/create_project @@ -62,6 +62,8 @@ Dir.glob("#{project_directory}/**/session_store.rb").each do |file| search_and_replace(file, changesession, Digest::MD5.hexdigest("#{project_name} #{datestring}")) end +run("sudo touch public/stylesheets/#{project_name}.css") + run("git commit -a -m 'New Heroku Suspenders app'") unless installed?("rails") @@ -93,8 +95,6 @@ unless installed?("rubaidh-google_analytics") run "sudo gem install rubaidh-google_analytics --version='1.1.4'" end -run("sudo touch public/stylesheets/#{project_name}.css") - run("sudo touch log/development.log") run("sudo chmod 0666 log/development.log") run("sudo touch log/test.log") -- libgit2 0.21.2