Bower is effectively deprecated, would it be possible to expand what's offered through npm to include source files for those of us who roll out own SVG sprite sheets? The issue is the presence of black and white in .npmignore; without this, all files will be available, and it'll skip a compilation step for those of us rolling our own SVG sprite sheets.
Bower is effectively deprecated, would it be possible to expand what's offered through npm to include source files for those of us who roll out own SVG sprite sheets? The issue is the presence of
black
andwhite
in.npmignore
; without this, all files will be available, and it'll skip a compilation step for those of us rolling our own SVG sprite sheets.