Skip to content

Commit

Permalink
Copy scripts files
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Mar 23, 2016
1 parent 8b5f979 commit f27cf44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ module.exports = yeoman.Base.extend({
this.destinationPath('.vscode')
);
this.fs.copy(
this.templatePath('test/*'),
this.destinationPath('test')
this.templatePath('scripts/*'),
this.destinationPath('scripts')
);
this.fs.copy(
this.templatePath('*'),
Expand Down

0 comments on commit f27cf44

Please sign in to comment.