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
|
* Build assets and documentation
|
||||||
*/
|
*/
|
||||||
gulp.task("build", [
|
gulp.task("build", [
|
||||||
"clean"
|
"assets:build",
|
||||||
], () => {
|
"views:build"
|
||||||
return gulp.start([
|
].concat(args.mkdocs
|
||||||
"assets:build",
|
? "mkdocs:build"
|
||||||
"views:build"
|
: []))
|
||||||
].concat(args.mkdocs
|
|
||||||
? "mkdocs:build"
|
|
||||||
: []))
|
|
||||||
})
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Clean assets and documentation
|
* Clean assets and documentation
|
||||||
|
Loading…
Reference in New Issue
Block a user