ahomu / grunt-data-uri

Convert to data-uri from image path

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

little bug

p10 opened this issue · comments

file: tasks/data-uri.js
line: 99
is: replacement = u;
shuld be: replacement = uri;

fixed #11