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
I have updated to hexo 3.2 and the minification using hexo-all-minifier plugin seems to be broken.
I have 2 renderers: hexo-renderer-ejs and hexo-renderer-marked
It seems the minification plugin is triggered after the markdown render and not after the ejs render, which results in a partial minified html.
Project: https://github.com/andre-pt/killy-at
$ hexo --version hexo: 3.2.0 hexo-cli: 1.0.1 os: Darwin 15.3.0 darwin x64 http_parser: 2.6.1 node: 5.6.0 v8: 4.6.85.31 uv: 1.8.0 zlib: 1.2.8 ares: 1.10.1-DEV icu: 56.1 modules: 47 openssl: 1.0.2f
The text was updated successfully, but these errors were encountered:
This is a duplicate: #1791
Sorry, something went wrong.
No branches or pull requests
I have updated to hexo 3.2 and the minification using hexo-all-minifier plugin seems to be broken.
I have 2 renderers: hexo-renderer-ejs and hexo-renderer-marked
It seems the minification plugin is triggered after the markdown render and not after the ejs render, which results in a partial minified html.
Project: https://github.com/andre-pt/killy-at
$ hexo --version
hexo: 3.2.0
hexo-cli: 1.0.1
os: Darwin 15.3.0 darwin x64
http_parser: 2.6.1
node: 5.6.0
v8: 4.6.85.31
uv: 1.8.0
zlib: 1.2.8
ares: 1.10.1-DEV
icu: 56.1
modules: 47
openssl: 1.0.2f
The text was updated successfully, but these errors were encountered: