Comparing version 2.0.2 to 2.0.3
@@ -34,6 +34,6 @@ #!/usr/bin/env node | ||
this._exec("git", ["clone", "--depth", "1", "--branch", this.branch, this.repo], currentDir, function (success) { | ||
this._exec("git", ["clone", "--depth", "1", "--branch", this.branch, this.repo, "."], currentDir, function (success) { | ||
wrench.rmdirSyncRecursive(path.join(currentDir, ".git"), true); | ||
if (success && fs.existsSync(currentDir +"/" + "grunt.js")) { | ||
if (success) { | ||
this._exec("grunt", ["start"], currentDir, function (success) { | ||
@@ -40,0 +40,0 @@ if (success) { |
@@ -5,3 +5,3 @@ { | ||
"description": "The NPM Command Line Interface for the RED Boilerplate", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
2488