From 90f80a8ecdaad518181999c7d9203a08e17c13e4 Mon Sep 17 00:00:00 2001 From: flashwave Date: Mon, 10 Jun 2024 03:17:04 +0000 Subject: [PATCH] Perhaps I should add some kinda linter. --- src/handlers/twig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handlers/twig.js b/src/handlers/twig.js index e9d44d0..619d591 100644 --- a/src/handlers/twig.js +++ b/src/handlers/twig.js @@ -31,7 +31,7 @@ module.exports = function(env) { throw stderr; if(!env.debug) - stdout = await htmlminify(stdout, htmlMinifyOptions); + stdout = await htmlminify(stdout, MINIFY_OPTS); const path = pathJoin( task.target ?? '',