gulp-inject-svg
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.
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...
Turning ```JavaScript () ``` to this ```JavaScript () ``` Strange `=""` everywhere!
Using this in a Razor views `@{ var item = Model.Field(); }` Is complied to this `@{ var item = Model.Field(); }` ``
Due to a pull request breaking the functionality, I need to implement some tests.