From ef9df8951712295d5ac40b7849552c9c38b999cd Mon Sep 17 00:00:00 2001 From: Alan K Date: Wed, 17 Dec 2014 02:47:48 -0500 Subject: [PATCH] force rm on tests/ and perf/ for gh-pages --- gruntfile.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gruntfile.js b/gruntfile.js index dc288e8..e65b6a6 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -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/'] }