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 1b6e197 commit c46480f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILDING.md
Expand Up @@ -69,7 +69,7 @@ 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
* open the **Preferences** dialog
* select **External Tools**
* add a new one called **watchTsc**
* select the **watchTsc** script inside **hawtio-web** for the Program
Expand Down

0 comments on commit c46480f

Please sign in to comment.