We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://zhang0peter.com/2020/01/27/jekyll-inline-css/ https://mayanbin.com/post/compress-html-in-jekyll.html http://jch.penibelst.de/
The text was updated successfully, but these errors were encountered:
add html compress, ref #110
f5ec65a
压缩 HTML 过程中出现过两种问题:
Uncaught SyntaxError: Unexpected end of input
原因是内嵌 js 里有 // 注释
Uncaught SyntaxError: Unexpected identifier
原因是内嵌 js 里表达式没用 ; 结尾,压缩后报错
Sorry, something went wrong.
可以考虑将搜索使用的 json,通过 ci 推到别的分支,然后通过 jsdelivr 引用。
No branches or pull requests
https://zhang0peter.com/2020/01/27/jekyll-inline-css/
https://mayanbin.com/post/compress-html-in-jekyll.html
http://jch.penibelst.de/
The text was updated successfully, but these errors were encountered: