From fc0e03d98b5a62176e6e228c2f30d8df4feb573a Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 22 Jul 2015 14:39:02 -0400 Subject: [PATCH] Hoist install folder --- tasks/install.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/install.js b/tasks/install.js index acbf3c85e..03794bcfe 100644 --- a/tasks/install.js +++ b/tasks/install.js @@ -61,7 +61,8 @@ var currentConfig = requireDotFile('semantic.json'), manager = install.getPackageManager(), rootQuestions = questions.root, - answers + installFolder = false + answers, ; console.clear(); @@ -227,8 +228,7 @@ gulp.task('create install files', function(callback) { site : answers.site || folders.site, themeConfig : files.themeConfig, themeConfigFolder : folders.themeConfig - }, - installFolder = false + } ; /*-------------- @@ -406,7 +406,7 @@ gulp.task('clean up install', function() { // Completion Message if(installFolder) { - console.log('Sinstall complete! Navigate to \033[92m' + answers.semanticRoot + '\033[0m and run "\033[92mgulp build\033[0m" to build'); + console.log('Install complete! Navigate to \033[92m' + answers.semanticRoot + '\033[0m and run "\033[92mgulp build\033[0m" to build'); } else { console.log('');