chenzhutian / hexo-all-minifier

A plugin for Hexo that optimizes HTML, CSS, JS and imagages, and it can optionally deploys your blog.
MIT License
277 stars 30 forks source link

js minifier makes code disappear #29

Closed rollemira closed 7 years ago

rollemira commented 7 years ago

Seems like when enabling js minifications it just errors and produces a blank file.

chenzhutian commented 7 years ago

Can you provide a minimal repo to reproduce the bug? Because it works fine on my site.. Currently I will add some exception handler.

chenzhutian commented 7 years ago

I have published a new version. Please have a try

chenzhutian commented 7 years ago

v0.2.5 is released to fix the uglify problem #30 please have a try