gulp-base64 icon indicating copy to clipboard operation
gulp-base64 copied to clipboard

a bug with RegExps

Open gengxuelei opened this issue 9 years ago • 2 comments

extensions: ['svg', 'png', /.jpg#datauri$/i],

'$' is wrong that should be removed url('a.png');

myconfig: extensions:[/.(jpg|png)#base64/i]

gengxuelei avatar Mar 30 '16 06:03 gengxuelei

Can you give more information? What did you expect, and what did you get?

dobesv avatar Feb 28 '17 20:02 dobesv

in README.md-->Example usage the config "extensions: ['svg', 'png', /.jpg#datauri$/i]," can't match the file '.png' but i now use webpack ,thinks for your lib

gengxuelei avatar Mar 01 '17 03:03 gengxuelei