Skip to content

Commit

Permalink
Update couple other old paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Nov 20, 2013
1 parent fef9822 commit 8fe4470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hawtio-web/compileTsc
Expand Up @@ -2,6 +2,6 @@

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
tsc --allowbool --target es5 --out target/hawtio-web-1.3-SNAPSHOT/app/app.js src/main/d.ts/* $tsFiles


2 changes: 1 addition & 1 deletion hawtio-web/watchTsc
Expand Up @@ -2,6 +2,6 @@

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

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


0 comments on commit 8fe4470

Please sign in to comment.