mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Add sophisticated build system.
This commit is contained in:
parent
04edd1ba26
commit
1873d2a623
1 changed files with 5 additions and 0 deletions
5
addon/make_and_watch
Executable file
5
addon/make_and_watch
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Watches the current directory's .coffee files for timestamp changes and
|
||||
# recompiles them as javascript.
|
||||
coffee -cbw .
|
Loading…
Add table
Reference in a new issue