ekmett / coda

A language experiment -- irc.freenode.net ##coda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split build or go back to inline?

ekmett opened this issue · comments

Building the executable and the vscode extension together is a hassle.

Split the project into separate client and server projects? Accept the fact that the node components should just build inline in the main folder?

If we switch to looking for 'coda' on the PATH we can decouple the build more, and just use standard node based tools for the client.

Moved to inline builds.