Browse Source

FIX: auto install did not copy build during npm install

pull/4430/head
Anson Tsao 8 years ago
parent
commit
161f72cb9d
1 changed files with 2 additions and 0 deletions
  1. 2
      tasks/install.js

2
tasks/install.js

@ -196,6 +196,8 @@ gulp.task('run setup', function() {
answers = {
overwrite : 'yes',
install : 'auto',
useRoot : true,
semanticRoot : currentConfig.base
};
}
else {

Loading…
Cancel
Save