reasonml / ReasonNativeProject

Reason native compilation starter project
MIT License
203 stars 45 forks source link

how to watch #40

Open robz opened 6 years ago

robz commented 6 years ago

Is there an way to automatically compile (and/or execute) this project whenever a file changes?

Right now I'm using this script that uses watchman: https://github.com/robz/ReasonNativeProject/blob/master/watchit.sh

Is there another/better way to do this?