Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
avoid confusion; renamed (compile|watch)(TS|Ts) to (compile|watch)Tsc…
… and mae compileTsc like watchTsc (apart from the watch flag ;)
  • Loading branch information
jstrachan committed Nov 18, 2013
1 parent 76fd022 commit d2b9b33
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions hawtio-web/compileTS

This file was deleted.

7 changes: 7 additions & 0 deletions hawtio-web/compileTsc
@@ -0,0 +1,7 @@
#!/bin/bash

tsFiles=$(find . -type f -name *.ts | grep -v [.]d[.]ts | grep -v /test/ | grep -v target)

tsc --allowbool --target es5 --out target/hawtio-web-1.2-SNAPSHOT/app/app.js src/main/d.ts/* $tsFiles


File renamed without changes.

0 comments on commit d2b9b33

Please sign in to comment.