chenzhutian / hexo-all-minifier

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

Add extra code when minimize already minimized js file #16

Closed NoahDragon closed 8 years ago

NoahDragon commented 8 years ago

I have a js which already minimized. After run hexo-all-minifier, some extra code add to the end:

t.run=p,i()});</0&&(t||(t=d,s.currentpath&&(t=s.currentpath.split(">

Any ideas?

NoahDragon commented 8 years ago

The issue looks like come from Hexo itself.