From 14aaf4726e0bb56dd329ee5e508f1d314102a097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Fuch=C3=9F?= Date: Fri, 28 Feb 2025 01:26:29 +0100 Subject: [PATCH] Re-Enable exclusions of jekyll minifier (#3038) Resolve #3037 This PR just re-enable the old exclusions of jekyll-minifier to ensure that the files aren't altered. --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 48511de..1603de4 100644 --- a/_config.yml +++ b/_config.yml @@ -232,7 +232,7 @@ sass: jekyll-minifier: compress_javascript: false # set to false since we are using terser as the js minifier - # exclude: ["robots.txt", "assets/js/search/*.js"] + exclude: ["robots.txt", "assets/js/search/*.js"] # ----------------------------------------------------------------------------- # Terser