Commit 6ae240afbbef78e987846427ffb201172a7ba107
1 parent
684ee704
Exists in
master
and in
1 other branch
include stylesheet in initial commit
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
script/create_project
@@ -62,6 +62,8 @@ Dir.glob("#{project_directory}/**/session_store.rb").each do |file| | @@ -62,6 +62,8 @@ Dir.glob("#{project_directory}/**/session_store.rb").each do |file| | ||
62 | search_and_replace(file, changesession, Digest::MD5.hexdigest("#{project_name} #{datestring}")) | 62 | search_and_replace(file, changesession, Digest::MD5.hexdigest("#{project_name} #{datestring}")) |
63 | end | 63 | end |
64 | 64 | ||
65 | +run("sudo touch public/stylesheets/#{project_name}.css") | ||
66 | + | ||
65 | run("git commit -a -m 'New Heroku Suspenders app'") | 67 | run("git commit -a -m 'New Heroku Suspenders app'") |
66 | 68 | ||
67 | unless installed?("rails") | 69 | unless installed?("rails") |
@@ -93,8 +95,6 @@ unless installed?("rubaidh-google_analytics") | @@ -93,8 +95,6 @@ unless installed?("rubaidh-google_analytics") | ||
93 | run "sudo gem install rubaidh-google_analytics --version='1.1.4'" | 95 | run "sudo gem install rubaidh-google_analytics --version='1.1.4'" |
94 | end | 96 | end |
95 | 97 | ||
96 | -run("sudo touch public/stylesheets/#{project_name}.css") | ||
97 | - | ||
98 | run("sudo touch log/development.log") | 98 | run("sudo touch log/development.log") |
99 | run("sudo chmod 0666 log/development.log") | 99 | run("sudo chmod 0666 log/development.log") |
100 | run("sudo touch log/test.log") | 100 | run("sudo touch log/test.log") |