Perhaps I should add some kinda linter.

This commit is contained in:
flash 2024-06-10 03:17:04 +00:00
parent 5f7df9e5b0
commit 90f80a8ecd

View file

@ -31,7 +31,7 @@ module.exports = function(env) {
throw stderr; throw stderr;
if(!env.debug) if(!env.debug)
stdout = await htmlminify(stdout, htmlMinifyOptions); stdout = await htmlminify(stdout, MINIFY_OPTS);
const path = pathJoin( const path = pathJoin(
task.target ?? '', task.target ?? '',