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 18614eef2f Merge pull request #8 from markdalgleish/improve-publish-api
Make base path required and options optional.
2014-06-29 10:31:15 -04:00
lib Make options parameter optional 2014-06-26 09:31:46 +10:00
test Add util tests 2014-05-30 06:36:26 -06:00
.gitignore Move cache to install directory, fixes #4 2014-06-24 08:28:52 +10:00
.jshintrc Setup 2014-03-18 16:30:44 -06:00
.travis.yml Use glob and fs instead of Grunt, fixes #2 2014-06-25 07:20:42 +10:00
package.json Use glob and fs instead of Grunt, fixes #2 2014-06-25 07:20:42 +10:00
readme.md Build status 2014-05-30 06:45:50 -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.

Current Status