mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Resolved double-clean from build process
This commit is contained in:
parent
507e98871e
commit
130bd9fe0b
@ -284,15 +284,11 @@ gulp.task("tests:unit:watch",
|
||||
* Build assets and documentation
|
||||
*/
|
||||
gulp.task("build", [
|
||||
"clean"
|
||||
], () => {
|
||||
return gulp.start([
|
||||
"assets:build",
|
||||
"views:build"
|
||||
].concat(args.mkdocs
|
||||
].concat(args.mkdocs
|
||||
? "mkdocs:build"
|
||||
: []))
|
||||
})
|
||||
|
||||
/*
|
||||
* Clean assets and documentation
|
||||
|
Loading…
Reference in New Issue
Block a user