mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Add additional clean tasks
This commit is contained in:
parent
5de02b5a1a
commit
1de225c111
@ -122,7 +122,9 @@ module.exports = function(grunt) {
|
||||
},
|
||||
clean: {
|
||||
build: ["demo_docs/build"],
|
||||
fonts: ["sphinx_rtd_theme/static/fonts"]
|
||||
fonts: ["sphinx_rtd_theme/static/fonts"],
|
||||
css: ["sphinx_rtd_theme/static/css"],
|
||||
js: ["sphinx_rtd_theme/static/js"]
|
||||
},
|
||||
|
||||
watch: {
|
||||
|
Loading…
Reference in New Issue
Block a user