Browse Source

More fail conditions

pull/7005/head
Jack 4 years ago
parent
commit
ec8c3ab520
1 changed files with 2 additions and 3 deletions
  1. 5
      tasks/install.js

5
tasks/install.js

@ -148,11 +148,12 @@ installer = function (callback) {
;
console.info('Update complete! Run "\x1b[92mgulp build\x1b[0m" to rebuild dist/ files.');
callback();
return;
}
else {
console.log('Current version of Semantic UI already installed');
callback();
return;
}
@ -328,8 +329,6 @@ installer = function (callback) {
.pipe(gulp.dest(installFolder))
;
callback();
}

Loading…
Cancel
Save