Skip to content

Commit

Permalink
updated to remove default javascripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme Nelson committed Sep 7, 2010
1 parent 9f32a0f commit 9e75d79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
# Remove unnecessary files that rails creates for us.
remove_file "public/index.html"
remove_file "public/images/rails.png"
remove_file "public/javascripts/*"
remove_file "public/javascripts"
empty_directory "public/javascripts"

# Let's setup our gems used in all environments
gem "haml", ">= 3.0.18"
Expand Down

0 comments on commit 9e75d79

Please sign in to comment.