Skip to content

Instantly share code, notes, and snippets.

@summer4096
Created October 17, 2015 18:21
Show Gist options
  • Save summer4096/38872f38e3bb04094732 to your computer and use it in GitHub Desktop.
Save summer4096/38872f38e3bb04094732 to your computer and use it in GitHub Desktop.
{
"scripts": {
"clean": "rm -rf dist",
"watch": "npm run clean; mkdir dist; watchify src/index.js -g aliasify-tristan -t babelify -o dist/bundle.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment