Browse Source

Testing

pull/1785/head
jlukic 9 years ago
parent
commit
e1a682ee93
2 changed files with 4 additions and 2 deletions
  1. 2
      tasks/config/project/release.js
  2. 4
      tasks/install.js

2
tasks/config/project/release.js

@ -34,6 +34,8 @@ catch(error) {
};
}
console.log(package.version, package);
/*******************************
Export
*******************************/

4
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('------------------------------');

Loading…
Cancel
Save