mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
adapt make_and_watch to typescript
This commit is contained in:
parent
06e30c28f8
commit
6131677e76
1 changed files with 3 additions and 8 deletions
|
@ -1,10 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Watches the current directory's .coffee files for timestamp changes and
|
||||
# recompiles them as javascript.
|
||||
coffee -cbwo ../ .
|
||||
|
||||
# TODO
|
||||
# - integrate with flow (e.g. flow check --all)
|
||||
# - need to figure out how to tell flow that the browser exists
|
||||
# - alternatives: typescript, google closure
|
||||
# Watches the current directory's .tsc files for timestamp changes and
|
||||
# compiles them to javascript.
|
||||
tsc --outDir "../" -w
|
||||
|
|
Loading…
Add table
Reference in a new issue