diff --git a/app/out/docpad.js b/app/out/docpad.js index 9bb9dbb..413580f 100644 --- a/app/out/docpad.js +++ b/app/out/docpad.js @@ -218,7 +218,6 @@ docpadConfig = { url: 'git://github.com/bevry/docpad-documentation.git' } }; - return next(); for (repoKey in repos) { if (!__hasProp.call(repos, repoKey)) continue; repoValue = repos[repoKey]; diff --git a/app/src/docpad.coffee b/app/src/docpad.coffee index 6ad3aad..9c8315c 100644 --- a/app/src/docpad.coffee +++ b/app/src/docpad.coffee @@ -273,8 +273,6 @@ docpadConfig = path: pathUtil.join(config.documentsPaths[0],'docs') url: 'git://github.com/bevry/docpad-documentation.git' - return next() - # Cycle through the repos assigning each repo value to @ so it works asynchronously for own repoKey,repoValue of repos tasks.push repoValue, (complete) ->