From 1873d2a623d9500b499f4d39619e6ec263dbfde0 Mon Sep 17 00:00:00 2001 From: Colin Caine Date: Sun, 12 Feb 2017 23:08:28 +0000 Subject: [PATCH] Add sophisticated build system. --- addon/make_and_watch | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 addon/make_and_watch diff --git a/addon/make_and_watch b/addon/make_and_watch new file mode 100755 index 00000000..8504ec01 --- /dev/null +++ b/addon/make_and_watch @@ -0,0 +1,5 @@ +#!/bin/sh + +# Watches the current directory's .coffee files for timestamp changes and +# recompiles them as javascript. +coffee -cbw .