Commit bdb67ac9a13f1e2dc1c96c93a069a5d1cb9bfc74
1 parent
6ae240af
Exists in
master
and in
1 other branch
better default styles
Showing
2 changed files
with
12 additions
and
1 deletions
Show diff stats
script/create_project
| ... | ... | @@ -62,7 +62,7 @@ Dir.glob("#{project_directory}/**/session_store.rb").each do |file| |
| 62 | 62 | search_and_replace(file, changesession, Digest::MD5.hexdigest("#{project_name} #{datestring}")) |
| 63 | 63 | end |
| 64 | 64 | |
| 65 | -run("sudo touch public/stylesheets/#{project_name}.css") | |
| 65 | +run("sudo mv public/stylesheets/screen.css public/stylesheets/#{project_name}.css") | |
| 66 | 66 | |
| 67 | 67 | run("git commit -a -m 'New Heroku Suspenders app'") |
| 68 | 68 | ... | ... |