aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorMarvin Borner2019-01-27 18:25:08 +0100
committerMarvin Borner2019-01-27 18:25:08 +0100
commit517736ae1d3813fb3bc7e32c36cd90906d530b91 (patch)
tree5791a8712fb1f32417b429283fe11cb426e859f3 /package.json
parentdfce4c5a178275f4b7226ae397226cbbf84571a8 (diff)
Cleaned up code
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/package.json b/package.json
index d82a3be..c82a048 100644
--- a/package.json
+++ b/package.json
@@ -14,10 +14,10 @@
"npm": ">=3.10.0"
},
"scripts": {
- "dev": "nodemon src/index.js --exec \"node -r dotenv/config -r babel-register\" & npm run watch",
- "watch": "npm run build && onchange public/styles/* -- npm run css & watchify public/scripts/*.js -o dist/app.js -v",
+ "dev": "npm run watch & nodemon src/index.js --exec \"node -r dotenv/config -r babel-register\"",
+ "watch": "npm run build && onchange public/styles/* -- npm run css & onchange public/scripts/* -- browserify public/scripts/main.js -o dist/app.js",
"css": "node-sass public/styles/main.sass dist/app.css --output-style compressed",
- "build": "rm -r dist/* && npm run css && browserify public/scripts/*.js -o dist/app.js && cp public/additional/* dist/"
+ "build": "rm -r dist/* && npm run css && browserify public/scripts/main.js -o dist/app.js"
},
"keywords": [
"express",
@@ -65,8 +65,7 @@
"jest": "^23.6.0",
"node-sass": "^4.11.0",
"nodemon": "^1.18.9",
- "supertest": "^3.0.0",
- "watchify": "^3.11.0"
+ "supertest": "^3.0.0"
},
"browser": {
"openpgp": "openpgp/dist/openpgp.min.js"