force rm on tests/ and perf/ for gh-pages

This commit is contained in:
Alan K 2014-12-17 02:47:48 -05:00
parent 4e31547270
commit ef9df89517
1 changed files with 3 additions and 0 deletions

View File

@ -203,6 +203,9 @@ module.exports = function(grunt) {
gitrm: {
publish: {
options: {
force: true
},
files: {
src: ['./dist/filer-test.js', './dist/filer-perf.js', 'tests/', 'perf/']
}