Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: do not included downloaded assets in jekyll-minifier #2749

Merged
merged 2 commits into from
Oct 5, 2024

Conversation

CheariX
Copy link
Contributor

@CheariX CheariX commented Oct 5, 2024

If download: true, the site deployment fails.
This caused e.g. issue #2548.

I believe the issue appears because the 3rd party downloaded libs rely on ES6 Syntax, which jekyll-minifier cannot work on correctly.
Also, I think we do not need to minify 3rd party downloaded libs at all.

While this PR does not fix the issue above, it at least ensures that the site can be deployed with download: true. We still need better ES6 support as suggested in #2571.

@george-gca george-gca merged commit 421bdf8 into alshedivat:master Oct 5, 2024
3 checks passed
@CheariX CheariX deleted the fix-download-true-minifier branch October 5, 2024 23:29
kastnerp added a commit to SustainableUrbanSystemsLab/SustainableUrbanSystemsLab.github.io that referenced this pull request Oct 6, 2024
fix: do not included downloaded assets in jekyll-minifier (alshedivat#2749)
Hadi-loo added a commit to Hadi-loo/hadi-loo.github.io that referenced this pull request Oct 9, 2024
fix: do not included downloaded assets in jekyll-minifier (alshedivat#2749)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants