be more speicif wiht the clean file, don't want __init__.py blowing up

This commit is contained in:
Dave Snider 2013-11-03 19:29:29 -08:00
parent a7f28ce1ed
commit b402d24175

View File

@ -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: {