gyk001 / hexo-qiniu-sync

Hexo七牛同步插件
MIT License
356 stars 41 forks source link

是插件不能用了吗?运行报错 #14

Closed xiajinchun closed 9 years ago

xiajinchun commented 9 years ago

运行时报错:

ERROR Plugin load failed: hexo-qiniu-sync
TypeError: Cannot read property 'html_tag' of undefined
    at /blog/node_modules/hexo-qiniu-sync/index.js:5:24

也就是这行:

var htmlTag = hexo.util.html_tag;

是按照项目下面说明来配置的。

xiajinchun commented 9 years ago

不知道是不是hexo 3的问题,目前我将源码出错的地方我都改了,有点多,现在能成功运行了。

gyk001 commented 9 years ago

@xiajinchun 可否推送pull request,我合并进来 :)