restructured scripts for building and some improvements

This commit is contained in:
logsol 2014-12-21 23:02:27 +01:00
parent 74134a53af
commit 8dbc088813
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"
}
}