better fix for this

This commit is contained in:
Dave Snider 2013-11-03 19:38:21 -08:00
parent b402d24175
commit 5df07571a0

View File

@ -61,7 +61,8 @@ module.exports = function(grunt) {
},
clean: {
src: ['demo_docs/build'],
dist: ['sphinx_rtd_theme/*.html', 'sphinx_rtd_theme/static/**','sphinx_rtd_theme/sass/**']
// Delete everything but __init__.py
dist: ['sphinx_rtd_theme/*', 'sphinx_rtd_theme/static/**','sphinx_rtd_theme/sass/**', '!sphinx_rtd_theme/__init__.py']
},
watch: {