diff --git a/app/index.js b/app/index.js index 0b41fa3..480362b 100755 --- a/app/index.js +++ b/app/index.js @@ -73,6 +73,7 @@ RecroomGenerator.prototype.createDirLayout = function createDirLayout() { this.mkdir('app/scripts/controllers'); this.mkdir('app/scripts/routes'); this.mkdir('app/scripts/views'); + this.mkdir('dist'); }; RecroomGenerator.prototype.git = function git() {