npm shouldn't be installed with priv
If you find yourself running commands like sudo npm install -g a-package, you should change this. Our beginners guide to npm shows you how.
npm install --production
how to sync files? rsync?
set -e
z
"scripts": {
"build": "gulp build-prod",
"develop": "gulp build-dev"
}