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:
Родитель
a23ed0aaa6
Коммит
fa7e1b0323
|
@ -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() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче