restructured scripts for building and some improvements

This commit is contained in:
logsol 2014-12-21 23:02:27 +01:00
parent c33e9f62b9
commit 005913dae9
8 changed files with 231 additions and 15 deletions

View file

@ -27,6 +27,6 @@
"config": { "port": "1234" },
"private": true,
"scripts": {
"prestart": "./build/build.sh"
"prestart": "scripts/build.sh"
}
}