From 169712eec42ce65c8a7c84649511b375100aa3c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laussel=20LO=C3=AFc?= Date: Fri, 13 May 2016 16:04:47 +0200 Subject: [PATCH] fix(build): clean _gh_pages directory befor building docs --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 700199aac3..72a423ed75 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -64,7 +64,7 @@ module.exports = function (grunt) { // Task configuration. clean: { dist: 'dist', - docs: 'docs/dist', + docs: ['docs/dist','_gh_pages'], /* Boosted mod */ rtl: 'dist/css/o-rtl.*', tmp: '.tmpdocs'