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.
This commit is contained in:
Dominik Fuchß 2025-02-28 01:26:29 +01:00 committed by GitHub
parent 6b00edc4a3
commit 14aaf4726e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -232,7 +232,7 @@ sass:
jekyll-minifier: jekyll-minifier:
compress_javascript: false # set to false since we are using terser as the js 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 # Terser