From 6592269e3930038437b1f50f3472aaa7dc64de25 Mon Sep 17 00:00:00 2001 From: Henk Verlinde Date: Fri, 15 Sep 2023 12:42:03 +0200 Subject: [PATCH] config: update for #1093 --- config/_default/module.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/module.toml b/config/_default/module.toml index 8e6abdb..d1bd66e 100644 --- a/config/_default/module.toml +++ b/config/_default/module.toml @@ -30,7 +30,7 @@ [[mounts]] source = "node_modules/@hyas/doks-core/assets" target = "assets" - excludeFiles = "scss/common/_custom.scss" + excludeFiles = ["scss/common/_variables-custom.scss", "scss/common/_custom.scss"] [[mounts]] source = "node_modules/@hyas/doks-core/data"