slara / generator-reveal

Yeoman generator for Reveal.js
MIT License
429 stars 52 forks source link

deploy to gh-pages #39

Closed janraasch closed 10 years ago

janraasch commented 10 years ago

Include a grunt task for deployment of the dist folder to gh-pages.

slara commented 10 years ago

From yeoman's Deployment wiki page, I think we could use Grunt build control.

Maybe we could add a prompt for a Github username and repo to generate the buildcontrol config on the Gruntfile.coffee file.

I have a presentation test that's using buildcontrol in https://github.com/slara/reveal-gh-pages

janraasch commented 10 years ago

Sounds good.

On Friday, May 16, 2014, Sebastian Lara Menares notifications@github.com wrote:

From yeoman's Deploymenthttps://github.com/yeoman/yeoman/wiki/Deploymentwiki page, I think we could use Grunt build control https://github.com/robwierzbowski/grunt-build-control.

Maybe we could add a prompt for a Github username and repo to generate the buildcontrol config on the Gruntfile.coffee file.

I have a presentation test that's using buildcontrol in https://github.com/slara/reveal-gh-pages

— Reply to this email directly or view it on GitHubhttps://github.com/slara/generator-reveal/issues/39#issuecomment-43352553 .

slara commented 10 years ago

Added grunt deploy task to deploy to gh-pages using grunt-build-control with commit https://github.com/slara/generator-reveal/commit/9d2bdcc2517e51142f2673413b20a0f636c926af

janraasch commented 10 years ago

:+1:

dvberkel commented 10 years ago

:+1: I was looking for this