Skip to content

Commit

Permalink
Skip Gemfile stuff for sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
schof committed Dec 22, 2011
1 parent 621ecdb commit 916a219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ task :sandbox do
require 'spree_core'

Spree::SandboxGenerator.start ["--lib_name=spree", "--database=#{ENV['DB_NAME']}"]
Spree::InstallGenerator.start ["--auto-accept", "--skip-install-data"]
Spree::InstallGenerator.start ["--auto-accept", "--test_app", "--skip-install-data"]

cmd = "bundle exec rake db:bootstrap AUTO_ACCEPT=true"; puts cmd; system cmd
cmd = "bundle exec rake assets:precompile:nondigest"; puts cmd; system cmd
Expand Down

0 comments on commit 916a219

Please sign in to comment.