Set less frequently used port

This commit is contained in:
Artur Paikin 2016-07-01 22:55:25 -04:00
parent 5f13a49d1b
commit 534bf403f7

View file

@ -36,7 +36,7 @@
"watch:js": "nodemon --watch src --ext js -x 'npm run build:bundle'",
"watch": "npm-run-all --parallel watch:js watch:css",
"watch:fast": "npm-run-all --parallel watch:css web:preview",
"watch:example:browsersync": "browser-sync start --server 'example' --serveStatic 'dist' --files 'example/bundle.js, dist/uppy.min.css'",
"watch:example:browsersync": "browser-sync start --server 'example' --port 3452 --serveStatic 'dist' --files 'example/bundle.js, dist/uppy.min.css'",
"watch:example:js": "watchify -t ['babelify'] example/main.js -o example/bundle.js -vd",
"watch:example": "npm-run-all --parallel watch:example:js watch:css watch:example:browsersync",
"web:build": "cd website && node update.js && ./node_modules/.bin/hexo generate --silent && node build-examples.js",