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 ?? '',