chenzhutian / hexo-all-minifier

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

fix: script could be undefined #102

Closed outloudvi closed 3 years ago

outloudvi commented 3 years ago

Sometimes the script could return an empty value, we ignore that anyway. Fixes #52.