Merge pull request #88 from indirect/faster_boxen

speed up all invocations of boxen
This commit is contained in:
Will Farrington 2013-03-04 15:10:58 -08:00
commit 766f9c4894

View file

@ -64,7 +64,7 @@ end
# Make sure our local dependencies are up to date. # Make sure our local dependencies are up to date.
strap = %w(script/bootstrap --deployment --local --without development:test) strap = %w(script/bootstrap --deployment --local --without development:test --no-cache)
abort "Can't bootstrap, dependencies are outdated." unless system *strap abort "Can't bootstrap, dependencies are outdated." unless system *strap
# Set up our local configuration, deps, and load path. # Set up our local configuration, deps, and load path.