Skip to content

Commit

Permalink
now copy over config/environments dir in upgrade
Browse files Browse the repository at this point in the history
also removed an apparently defunct css file
  • Loading branch information
paulcc committed Sep 21, 2009
1 parent 160f4eb commit bcca304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 211 deletions.
3 changes: 2 additions & 1 deletion lib/tasks/upgrade.rake
Expand Up @@ -18,8 +18,9 @@ namespace :spree do
"/public/stylesheets",
"/public/images",
"/config/initializers",
"/config/spree_permissions.yml",
"/config/environments",
"/config/environment.rb",
"/config/spree_permissions.yml",
"/config/boot.rb" ]
items.each do |item|
Spree::FileUtilz.mirror_with_backup(SPREE_ROOT + item, RAILS_ROOT + item)
Expand Down
210 changes: 0 additions & 210 deletions public/stylesheets/admin/david-admin.css

This file was deleted.

0 comments on commit bcca304

Please sign in to comment.