Browse Source

Exit processs

pull/2717/head
jlukic 9 years ago
parent
commit
1e6315e972
1 changed files with 1 additions and 0 deletions
  1. 1
      tasks/install.js

1
tasks/install.js

@ -407,6 +407,7 @@ gulp.task('clean up install', function() {
// Completion Message
if(installFolder) {
console.log('Install complete! Navigate to \033[92m' + answers.semanticRoot + '\033[0m and run "\033[92mgulp build\033[0m" to build');
process.exit();
}
else {
console.log('');

Loading…
Cancel
Save