Skip to content

Instantly share code, notes, and snippets.

@ova2
Last active May 2, 2018 06:16
Show Gist options
  • Save ova2/cf75e00f9dbd3214bdde1ae04fc16129 to your computer and use it in GitHub Desktop.
Save ova2/cf75e00f9dbd3214bdde1ae04fc16129 to your computer and use it in GitHub Desktop.
"scripts": {
"rimraf": "rimraf dist",
"imageminsvgo": "node imagemin-svgo.js",
"prebuildsprite": "npm run imageminsvgo",
"buildsprite": "svgstore -o src/main/resources/svg/casa-svgsprite.svg dist/svg/**/*.svg --inline",
"embedsprite": "node embed-sprite.js",
"start": "npm run rimraf && npm run buildsprite && npm run embedsprite"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment