Skip to content

Commit

Permalink
doc polish
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Nov 19, 2013
1 parent 38835eb commit 1b6e197
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions BUILDING.md
Expand Up @@ -70,13 +70,14 @@ A couple of caveats, watchTsc won't pick up new typescript files, so if you crea
The easiest way we've figured out how to use [IDEA](http://www.jetbrains.com/idea/) and TypeScript together is to setup an External Tool to run watchTsc; then you get (relatively) fast recompile of all the TypeScript files to a single app.js file; so you can just keep hacking code in IDEA and letting LiveReload reload your web page.

* to the Preferences dialog
* select **External Tools*
* select **External Tools**
* add a new one called **watchTsc**
* select the watchTsc script inside hawtio-web for the Program
* select hawtio-web as the working directory
* select the **watchTsc** script inside **hawtio-web** for the Program
* select **hawtio-web** as the working directory
* click on Output Filters...
* add a new Output Filter
* use this regular expression
* use this regular expression

```
$FILE_PATH$\($LINE$,$COLUMN$\)\:
```
Expand Down

0 comments on commit 1b6e197

Please sign in to comment.