Skip to content

Commit

Permalink
Merge pull request #1 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
Hadi-loo authored Oct 9, 2024
2 parents 528ada8 + 421bdf8 commit 5cb5557
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 @@ -286,7 +286,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 5cb5557

Please sign in to comment.