Skip to content

Instantly share code, notes, and snippets.

@hedgerh
Last active November 17, 2015 15:04
Show Gist options
  • Save hedgerh/9c2f15266a01b8da37d3 to your computer and use it in GitHub Desktop.
Save hedgerh/9c2f15266a01b8da37d3 to your computer and use it in GitHub Desktop.
"scripts": {
"watch": "npm run watch:js & npm run watch:css",
"watch:js": "watchify js/lib/transloadit-js-client.js -do build/transloadit-js-client.js",
"watch:css": "nodemon -e scss -x \"npm run build:css\"",
"preview": "npm run watch & http-server ./build -d -o "
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment