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

Bug: 当js_concator.front选项启用时,没有指向绝对路径 #87

Open kuretru opened 4 years ago

kuretru commented 4 years ago

生成的html样例:

<script type="text/javascript" src="js/bundle.js"></script>
<script src="other more"></script>

这在首页不会产生问题,但是在二级页面会引发404