all repos — homestead @ 889ac3949027c44f84c1e7cab842b4b38eea6226

Code for my website

Tweak logging verbosity

Alan Pearce
commit

889ac3949027c44f84c1e7cab842b4b38eea6226

parent

2a4204f7a6cddb6eab0a0f0f2906bb3cac28d410

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M bin/build.tsbin/build.ts
@@ -21,7 +21,7 @@ log.error("static directory not found");
process.exit(1); } fs.readdirSync("static").map((file) => { - log.info(`Copying static/${file}`); + log.debug(`Copying static/${file}`); fs.cpSync(`static/${file}`, `public/${file}`, { dereference: true, recursive: true,