Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Created December 10, 2016 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cyrilletuzi/6db6b00d8807d47eb594cd23ad25f420 to your computer and use it in GitHub Desktop.
Save cyrilletuzi/6db6b00d8807d47eb594cd23ad25f420 to your computer and use it in GitHub Desktop.
{
"scripts": {
"transpile": "ngc",
"package": "rollup -c",
"minify": "uglifyjs dist/bundles/amazing.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/amazing.umd.min.js",
"build": "npm run transpile && npm run package && npm run minify"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment