gulp-inject-svg icon indicating copy to clipboard operation
gulp-inject-svg copied to clipboard

This gulp plugin will check all img tags with an external svg and replace the tag with inline svg.

Results 7 gulp-inject-svg issues
Sort by recently updated
recently updated
newest added

https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5

`data-skip-inject-svg` still injects the SVG inline on my end. Anyone experiencing this as well?

cheerio's attr function returns a empty string if the attr exists and undefined if it does not. The If statement for this wasn't working so I added typeof to determine...

I am loading the stream and then traversing the stream using cheerio which breaks stuff that isnt HTML (#22, #14). Need to remove that dependancy and write tests (#11). After...

help wanted

Turning ```JavaScript () ``` to this ```JavaScript () ``` Strange `=""` everywhere!

bug

Using this in a Razor views `@{ var item = Model.Field(); }` Is complied to this `@{ var item = Model.Field(); }` ``

bug

Due to a pull request breaking the functionality, I need to implement some tests.

enhancement
help wanted