Commit 766f9c4894dc8e1861ba7b7f61d4d9fcde4799ba
Merge pull request #88 from indirect/faster_boxen
speed up all invocations of boxen
Showing 1 changed file Side-by-side Diff
script/boxen
... | ... | @@ -64,7 +64,7 @@ |
64 | 64 | |
65 | 65 | # Make sure our local dependencies are up to date. |
66 | 66 | |
67 | -strap = %w(script/bootstrap --deployment --local --without development:test) | |
67 | +strap = %w(script/bootstrap --deployment --local --without development:test --no-cache) | |
68 | 68 | abort "Can't bootstrap, dependencies are outdated." unless system *strap |
69 | 69 | |
70 | 70 | # Set up our local configuration, deps, and load path. |