mxcl / Cake

A delicious, quality‑of‑life supplement for your app‑development toolbox.
Apache License 2.0
537 stars 15 forks source link

Make Cakefile compilation an actual compilation step #24

Closed mxcl closed 5 years ago

mxcl commented 5 years ago

Can use a custom build rule or an external build system target to make it work.

This way we don't just get completion, we get real error messages. Eg. syntax errors give no errors currently.