From b402d24175d92726d686f7272e9fc07f4a5c7f86 Mon Sep 17 00:00:00 2001 From: Dave Snider Date: Sun, 3 Nov 2013 19:29:29 -0800 Subject: [PATCH] be more speicif wiht the clean file, don't want __init__.py blowing up --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 462741b8..8838953b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -60,8 +60,8 @@ module.exports = function(grunt) { } }, clean: { - src: ["demo_docs/build"], - dist: ["sphinx_rtd_theme"] + src: ['demo_docs/build'], + dist: ['sphinx_rtd_theme/*.html', 'sphinx_rtd_theme/static/**','sphinx_rtd_theme/sass/**'] }, watch: {