Skip to content

Commit

Permalink
run dl-loader on init
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Dec 22, 2014
1 parent 4baa172 commit 730b64c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/core.js
Expand Up @@ -322,6 +322,9 @@ exports.init = function init(ask) {
.then(function() {
ui.log('ok', 'Verified package.json at %' + path.relative(process.cwd(), config.pjsonPath) + '%\nVerified config file at %' + path.relative(process.cwd(), config.pjson.configFile) + '%');
})
.then(function() {
return core.checkDlLoader();
})
.catch(function(err) {
ui.log('err', err.stack || err);
});
Expand Down

0 comments on commit 730b64c

Please sign in to comment.