force rm on tests/ and perf/ for gh-pages
This commit is contained in:
parent
4e31547270
commit
ef9df89517
|
@ -203,6 +203,9 @@ module.exports = function(grunt) {
|
||||||
|
|
||||||
gitrm: {
|
gitrm: {
|
||||||
publish: {
|
publish: {
|
||||||
|
options: {
|
||||||
|
force: true
|
||||||
|
},
|
||||||
files: {
|
files: {
|
||||||
src: ['./dist/filer-test.js', './dist/filer-perf.js', 'tests/', 'perf/']
|
src: ['./dist/filer-test.js', './dist/filer-perf.js', 'tests/', 'perf/']
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue