mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed build process
This commit is contained in:
parent
08bf99265e
commit
d0b2c04456
@ -114,7 +114,7 @@ export function resolve(
|
||||
|
||||
/* Build overrides */
|
||||
!process.argv.includes("--all")
|
||||
? filter(file => !file.startsWith("overrides/"))
|
||||
? filter(file => !file.startsWith(".overrides/"))
|
||||
: identity,
|
||||
|
||||
/* Start file watcher */
|
||||
|
@ -225,7 +225,6 @@ const templates$ = manifest$
|
||||
to: base,
|
||||
watch: process.argv.includes("--watch"),
|
||||
transform: async data => {
|
||||
console.log(manifest)
|
||||
const metadata = require("../../package.json")
|
||||
const banner =
|
||||
"{#-\n" +
|
||||
|
Loading…
Reference in New Issue
Block a user