grunt-gh-pages
grunt-gh-pages copied to clipboard
Removing files is based on the base directory, not the clone directory
The only
var is filled with a filelist based on the base
directory (root by default) instead of the clone
directory, while the files in the clone directory needs to be removed using the only
var.
See also: https://github.com/tschaub/grunt-gh-pages/blob/master/tasks/gh-pages.js#L108