BUGFIX: now dev/build does not always run after checkout

This commit is contained in:
Julian Seidenberg 2011-04-29 09:59:18 +12:00 committed by Ingo Schommer
parent c98eb981ce
commit 6c549169ed

View File

@ -102,8 +102,6 @@ class LoadModulesTask extends SilverStripeBuildTask {
$this->loadModule($moduleName, $url, $devBuild, $storeLocally, $usePiston);
}
}
$this->devBuild();
}
/**