Skip to content

Commit

Permalink
Revert "Revert "Turn sandbox script into a shell script""
Browse files Browse the repository at this point in the history
This reverts commit 7c0c499858d1aee4729697b6b394b6448298fc73.

Conflicts:

	lib/sandbox.sh
  • Loading branch information
radar committed Aug 17, 2012
1 parent 7f6e78f commit e4c8719
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
4 changes: 1 addition & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,5 @@ end

desc "Creates a sandbox application for simulating the Spree code in a deployed Rails app"
task :sandbox do
FileUtils.rm_rf("sandbox")
puts "Running Sandbox generator..."
exec("rails new sandbox -m lib/sandbox.rb")
exec("lib/sandbox.sh")
end
7 changes: 0 additions & 7 deletions lib/sandbox.rb

This file was deleted.

0 comments on commit e4c8719

Please sign in to comment.