Make the client dir independent from the server dir.
authorJack Allnutt <jack@allnutt.eu>
Sat, 22 Nov 2014 15:25:30 +0000 (15:25 +0000)
committerJack Allnutt <jack@allnutt.eu>
Sat, 22 Nov 2014 16:39:04 +0000 (16:39 +0000)
commit0e8139fda1078a790e83234c706c5640d53a25ab
tree08c37a39bb6539e529ec6df208d2ea62f4d7f674
parent18c1382bf809eeb04bdd1921f7169681d217a351
Make the client dir independent from the server dir.

`build.js` has been moved from `client/` to `server/`. Although it
operated on client files, it is actually part of the operation of
the server.

`build.js` now uses the `conf.public_http` setting to locate and
place its input and output files, and now honours the `-c` cmdline
flag for setting the configuration file location like `kiwi.js`
does.
client/build.js [deleted file]
server/build.js [new file with mode: 0644]
server/server.js