-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Adding --minfy causes unexpected "/js/jquery.tagcloud.js" in binding #8693
Comments
This is upstream issue from
Already fixed in Hugo still use |
To be clear, your JS is technically okay, but they made <script>
// only load tagcloud.js in tag.html
if($('#tag_cloud').length !== 0){
window.async("/js/jquery.tagcloud.js",function(){
$.fn.tagcloud.defaults = {
//size: {start: 1, end: 1, unit: 'em'},
color: {start: '#bbbbee', end: '#0085a1'},
};
$('#tag_cloud a').tagcloud();
})
}
</script>
|
Hi! I just want to let you know that the minification of conditional chaining is still broken. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
What version of Hugo are you using (
hugo version
)?Does this issue reproduce with the latest release?
I think this is the latest release. It did not do this on
0.79
.The code from my
partials/footer.html
.The cmd and err.
The text was updated successfully, but these errors were encountered: