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

Option for minified CSS path? #66

Open michaelpanik opened 5 years ago

michaelpanik commented 5 years ago

I would like the minified CSS output to be [filename].min.css instead of just [filename].css.

Some performance tests and browsers key in on the .min to know that the file is minified.