Fixed images path in plugin_new_generator

This commit is contained in:
Arun Agrawal
2011-04-23 02:40:17 +08:00
committed by José Valim
parent a8870d140e
commit d42e43b3e5

View File

@@ -93,7 +93,7 @@ task :default => :test
remove_file "doc"
remove_file "Gemfile"
remove_file "lib/tasks"
remove_file "public/images/rails.png"
remove_file "app/assets/images/rails.png"
remove_file "public/index.html"
remove_file "public/robots.txt"
remove_file "README"