hexojs / hexo-asset-pipeline

A hexo plugin to minify/optimize HTML, CSS, JS and images. Supports revisioning of assets.
30 stars 16 forks source link

Windows 10 x64, node v8.9.4 - buffer.match is not a function #12

Open ochronus opened 6 years ago

ochronus commented 6 years ago
TypeError: buffer.match is not a function
    at C:\Users\xxxxxxxx\Devel\Own\ochronus.com-hexo\node_modules\hexo-asset-pipeline\lib\revision.js:99:19
ochronus commented 6 years ago

The same happens in linux and node 6

ysjiang4869 commented 6 years ago

same error, and i just set

revisioning:
    enable: false

to avoid the error, hope fixed soon

bhaskarmelkani commented 6 years ago

Hi,

Thanks a lot for pointing it out.

I fixed the bug and have published a new version.

Please check and let me know.