1. pass subshell args 2. fix build order in services

1. /bin/sh requires its arguments joined into a single string unlike
cmd.
2. services/ depends on a couple of files from server/ but the order was
implicit, and changed from jakefile. Now the order is explicit in the
tsconfig.
This commit is contained in:
Nathan Shively-Sanders
2016-06-23 13:08:27 -07:00
parent 5383d91b60
commit c9511b736e
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,8 @@
"stripInternal": true
},
"files": [
"../services/shims.ts",
"../services/utilities.ts",
"node.d.ts",
"editorServices.ts",
"protocol.d.ts",