Skip to content

Commit 88bd290

Browse files
dfuchssajaynarayanan
authored andcommitted
Re-Enable exclusions of jekyll minifier (alshedivat#3038)
Resolve alshedivat#3037 This PR just re-enable the old exclusions of jekyll-minifier to ensure that the files aren't altered.
1 parent d83270c commit 88bd290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ sass:
287287

288288
jekyll-minifier:
289289
compress_javascript: false # set to false since we are using terser as the js minifier
290-
# exclude: ["robots.txt", "assets/js/search/*.js"]
290+
exclude: ["robots.txt", "assets/js/search/*.js"]
291291

292292
# -----------------------------------------------------------------------------
293293
# Terser

0 commit comments

Comments
 (0)