adding an empty dist directory so that we have something to symlink against if the user passes in --cordova flag

This commit is contained in:
Rory Petty 2014-07-24 19:09:56 -04:00
Родитель a23ed0aaa6
Коммит fa7e1b0323
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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() {