Skip to content

Instantly share code, notes, and snippets.

@calvinmetcalf
Created March 28, 2014 17:07
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 calvinmetcalf/9837726 to your computer and use it in GitHub Desktop.
Save calvinmetcalf/9837726 to your computer and use it in GitHub Desktop.
{
"main": "./src/script.js",
"scripts": {
"test": "something!!",
"build-js": "browserify . > dist/script.js",
"min": "uglifyjs -mc dist/script.js > dist/script.min.js",
"build": "npm run build-js && npm run min"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment