-
-
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
hugo --minify causes panic #5261
Comments
It would help us a lot if you could register this issue also at: https://github.com/tdewolff/minify/issues I quickly scanned the code where the stack trace points, and this looks to be related to conditional IE statements. |
This issue has been fixed upstream, but it isn't in a tagged release yet. Current release is v2.3.5. |
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. |
Hi there!
I'm building a simple Hugo blog. I've got it working great when I build it using the
hugo
command, but if I try to runhugo --minify
I get a panic.Here's some output
vs
The source for my site can be found at: https://github.com/oktadeveloper/okta-blog
The text was updated successfully, but these errors were encountered: