Hey, this isn't really tested in production, let me know how it treats you.
A less featured, command line version of grunt-svgstore.
Concat svgs without grunt or gulp.
npm install cl-svgstore --save-dev
In package.json
:
{
"scripts": {
"svg": "svgstore 'src/*.svg' dest/out.svg"
}
}
Thanks to javascriptplayground for the node command line tutorial.
In lieu of a formal styleguide, take care to maintain the existing coding style.
- Fixes css parsing not namespacing duplicate classes
- Adds css parsing!
- Rework of file write order in preperation of future improvements on CSS parsing
- Updated readme
- Inital release