Skip to content

Commit

Permalink
Clean up index.ts before merging
Browse files Browse the repository at this point in the history
  • Loading branch information
TCourtneyOwen committed Aug 22, 2018
1 parent 1bb107f commit 5f65953
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/index.ts
Expand Up @@ -259,10 +259,9 @@ module.exports = yo.extend({

this._projectCreationMessage();

// Copy project template files from project repository (currently only custom functions has its own separate repo) and customize files based on user input
// Copy project template files from project repository (currently only custom functions has its own separate repo)
if (jsonData.getProjectTemplateRepository(this.project.projectType, language == 'ts' ? _.toLower(typescript) : _.toLower(javascript)) != "")
{
console.log("path is " + this.destinationPath());
git.Clone(jsonData.getProjectTemplateRepository(this.project.projectType, language == 'ts' ? _.toLower(typescript) : _.toLower(javascript)), this.destinationPath());
}
else
Expand Down

0 comments on commit 5f65953

Please sign in to comment.