Skip to content

Commit

Permalink
Merge pull request #9 from alshedivat/master
Browse files Browse the repository at this point in the history
fix: do not included downloaded assets in jekyll-minifier (alshedivat#2749)
  • Loading branch information
kastnerp authored Oct 6, 2024
2 parents 5dbaedb + 421bdf8 commit 3b20d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ sass:
# -----------------------------------------------------------------------------

jekyll-minifier:
exclude: ["robots.txt", "assets/js/search/*.js"]
exclude: ["robots.txt", "assets/js/search/*.js", "assets/libs/**/*"]
uglifier_args:
harmony: true

Expand Down

0 comments on commit 3b20d07

Please sign in to comment.