Don't refresh the package cache on the first run

Part of #3006.
This commit is contained in:
David Glasser
2014-11-06 11:05:05 -08:00
parent 130bf77957
commit ed7a5823cd

View File

@@ -496,7 +496,7 @@ _.extend(AppRunner.prototype, {
// a single invocation of _runOnce().
var cachedServerWatchSet;
var bundleApp = function () {
if (! self.firstRun) {
if (! options.firstRun) {
// Pick up changes to packages. (Soft refresh, so we still check to see
// if they have changed.)
catalog.complete.packageCache.refresh(true);