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.concator throws 502 bad gateway error and html minifier blocks post pages #38

Open ghost opened 6 years ago

ghost commented 6 years ago

1) If I use "js.concator" ... true, then I get 502 bad gateway error... why?

js_concator: enable: true bundle_path: '/js/bundle.js' front: false

2) If I use html minifier then only my _post pages will NOT open. If I use following settings, then everything works, only _post pages are NOT html minified. How to make html minifier work also for _post pages with "ignore_error: false"??

html_minifier: enable: true ignore_error: true exclude: