hexojs / hexo-renderer-less

Less renderer for Hexo.
https://hexo.io/
MIT License
14 stars 10 forks source link

Update npm package #7

Closed ivanovyordan closed 9 years ago

ivanovyordan commented 9 years ago

There is difference between the npm package and the code here on line 5 in index.js at the npm package. Using the npm package causes TypeError: Cannot read property 'theme' of undefined on generate. If you use the GitHub code or remove this. from this.hexo.theme.config.less everything works fine.

vitormargis commented 9 years ago

Had the same problem. Removing de "this" works fine indeed. Thanks.

akfish commented 9 years ago

+1 for this.

tommy351 commented 9 years ago

0.1.3 just published.