Add sophisticated build system.

This commit is contained in:
Colin Caine 2017-02-12 23:08:28 +00:00
parent 04edd1ba26
commit 1873d2a623

5
addon/make_and_watch Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
# Watches the current directory's .coffee files for timestamp changes and
# recompiles them as javascript.
coffee -cbw .