9 Commits

Author SHA1 Message Date
Björn Rixman
bdc4d9b630 Add option to set title of terminal window (#101) 2016-08-25 20:52:23 -04:00
Ken Wheeler
3c7c7afc64 fixing ipc 2016-08-24 07:01:28 -04:00
Sheng
ee26796484 fix process killing on windows (#95) 2016-08-22 15:54:30 -04:00
Ken Wheeler
4d6199004e Fixing colors 2016-08-19 13:56:41 -04:00
Dylan Markow
35e9f463a7 Switch from json-socket to socket.io
`json-socket` has issues with multibyte characters in large messages.
`socket.io` appears to be much more actively maintained and properly
supports the messages `json-socket` was having problems with.
2016-08-19 10:23:26 -05:00
Ken Wheeler
f3fa07f562 reverting color spec 2016-08-19 10:58:58 -04:00
Ken Wheeler
efa21445b9 fixes color issue 2016-08-19 10:46:32 -04:00
Ken Wheeler
d306062cec Fixing windows & babel-node (#63)
* - Fixes windows by using cross-spawn, closes #57, #62
- Fixes babel node issue where child processes aren't killed, closes #61

* Cleaning up quotes and passing colors through

* Fixing log color output
2016-08-19 08:44:02 -04:00
Ken Wheeler
7b6e9a1904 New approach (#50)
* Separate processes

* Socket comm

* Fixing some things, adding minimal mode
2016-08-17 21:15:05 -04:00