Skip to content

Commit

Permalink
Save .yo-rc.json config file after generation
Browse files Browse the repository at this point in the history
  • Loading branch information
furzeface committed Dec 5, 2014
1 parent c2dd483 commit 8a3512e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ var Generator = module.exports = function() {

this.copy(file, file);
}, this);

this.config.save();
};

Generator.name = "jQuery Boilerplate";

0 comments on commit 8a3512e

Please sign in to comment.