From e1a682ee932b98d5e3dd2a8bf3caf31a3508b3cb Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 5 Feb 2015 17:22:53 -0500 Subject: [PATCH] Testing --- tasks/config/project/release.js | 2 ++ tasks/install.js | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tasks/config/project/release.js b/tasks/config/project/release.js index fd62e1e1b..d2dc1ce96 100644 --- a/tasks/config/project/release.js +++ b/tasks/config/project/release.js @@ -34,6 +34,8 @@ catch(error) { }; } +console.log(package.version, package); + /******************************* Export *******************************/ diff --git a/tasks/install.js b/tasks/install.js index 703fec2c1..92c93a95d 100644 --- a/tasks/install.js +++ b/tasks/install.js @@ -62,7 +62,7 @@ module.exports = function () { rootQuestions = questions.root ; - console.clear(); + //console.clear(); /* use to debug NPM install from standard git clone manager = { @@ -175,7 +175,7 @@ module.exports = function () { return; } - console.clear(); + //console.clear(); console.log('Installing'); console.log('------------------------------');