Skip to content

Commit 14aaf47

Browse files
authored
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.
1 parent 6b00edc commit 14aaf47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ sass:
232232

233233
jekyll-minifier:
234234
compress_javascript: false # set to false since we are using terser as the js minifier
235-
# exclude: ["robots.txt", "assets/js/search/*.js"]
235+
exclude: ["robots.txt", "assets/js/search/*.js"]
236236

237237
# -----------------------------------------------------------------------------
238238
# Terser

0 commit comments

Comments
 (0)