Skip to content

Instantly share code, notes, and snippets.

@zigomir
Last active January 16, 2016 17:51
Show Gist options
  • Save zigomir/76ed021a5035fb409634 to your computer and use it in GitHub Desktop.
Save zigomir/76ed021a5035fb409634 to your computer and use it in GitHub Desktop.
Front End shortcuts

Budo & Browserify in npm scripts:

"scripts": {
  "start": "budo src/main.js:bundle.js --live",
  "build": "browserify src/main.js | uglifyjs -cm > bundle.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment