From 9b1c900ad5dbff923d46940738254a51c237ce43 Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Thu, 23 Nov 2023 21:41:36 +0100 Subject: [PATCH] replace multiline cmts with single line cmts --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7fcf332..0e493a8 100644 --- a/Makefile +++ b/Makefile @@ -113,7 +113,7 @@ SASS_INCLUDE_DIRS = include/style # ADVANCED # the command to run the html preprocessor -HTML_PP_CMD = python3 html-preprocessor --exit-on light +HTML_PP_CMD = python3 html-preprocessor --exit-on light --debug --trace # command to compile sass and scss files with # --indented is added for sass and --no-indented for scss # --source-maps-urls=absolute is appended for generating dependency files