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:
parent
6b00edc4a3
commit
14aaf4726e
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user