General purpose task for publishing files to a gh-pages branch on GitHub. This fork exists so scratch-gui and scratch-paint could use a feature that wasn't merged in 2017. It should be deleted if the published gh-pages package has that capability and those repos are using it.
Find a file
Tim Schaub d678d525e4 Merge pull request #1 from markdalgleish/add-publish-method
Extract publish task logic from grunt-gh-pages.
2014-05-30 06:08:19 -06:00
lib Extract publish task logic from grunt-gh-pages 2014-05-16 16:17:04 +10:00
test Setup 2014-03-18 16:30:44 -06:00
.gitignore Setup 2014-03-18 16:30:44 -06:00
.jshintrc Setup 2014-03-18 16:30:44 -06:00
package.json Extract publish task logic from grunt-gh-pages 2014-05-16 16:17:04 +10:00
readme.md Language 2014-03-18 22:33:34 -06:00
tasks.js Setup 2014-03-18 16:30:44 -06:00

gh-pages

Publish files to a gh-pages branch on GitHub (or any other branch anywhere else).

This will evolve into a more useful package. For now, it's just some extracted bits from the grunt-gh-pages package.