Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
feat(index.js): copy gh pages publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Feb 12, 2017
1 parent 6a52042 commit f86cf6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generators/app/index.js
Expand Up @@ -75,6 +75,10 @@ module.exports = generators.Base.extend({
this.fs.copyTpl(this.templatePath('LICENSE'), this.fs.copyTpl(this.templatePath('LICENSE'),
this.destinationPath('LICENSE'), this) this.destinationPath('LICENSE'), this)
}, },
publishGhPages: function () {
this.fs.copyTpl(this.templatePath('.publish-gh-pages.js'),
this.destinationPath('.publish-gh-pages.js'), this)
},
travis: function () { travis: function () {
this.fs.copyTpl(this.templatePath('.travis.yml'), this.fs.copyTpl(this.templatePath('.travis.yml'),
this.destinationPath('.travis.yml'), this) this.destinationPath('.travis.yml'), this)
Expand Down

0 comments on commit f86cf6e

Please sign in to comment.