mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
be more speicif wiht the clean file, don't want __init__.py blowing up
This commit is contained in:
parent
a7f28ce1ed
commit
b402d24175
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue
Block a user