gulp-inline-base64
gulp-inline-base64 copied to clipboard
This helper will inject images and fonts into your css files.
Please remove gulp-util from dependencies, as it is deprecated now and the package has critical vulnerability.
since no version constraints are specified in package.json, mime 2.0 breaks everything. This PR specifies version constraints and uses mime 2.0
node-mime (https://github.com/broofa/node-mime) has breaking changes in version 2. Please, fix node-mime version.
I have a issue about css @font-face. When url, e.g. "url('myfont-webfont.eot?#iefix')" have suffix "?#iefix", i get error: "file not found". Any solution, please?
Web assets often use suffixes to prevent stale cached files from loading, e.g. `font/abc.ttf?ad8d7e2d177d2473aecd9b35d16211fb` or `font/abc.eot?#iefix`. Unfortunately, this prevents `gulp-inline-base64` from inlining those files, without going through the extra step...
I'm having errors in CSS or SASS syntax analyzers when trying to follow your syntax. For it to be more consistent to URL rules, I suggest to change (or make...