Skip to content

Commit

Permalink
minor doc polish
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Nov 20, 2013
1 parent 847131b commit 59ebfb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILDING.md
Expand Up @@ -94,10 +94,10 @@ Now to watch for changes to the HTML/CSS or generated app.js file to live reload
cd hawtio-web
grunt watchSrc

Finally to auto-recompile all the TypeScript files into app.js in *another shell* type this
In another shell (as mentioned above in the "Incrementally compile TypeScript" section you probably want to auto-recompile all the TypeScript files into app.js in *another shell* via this command:

cd hawtio-web
watchTsc
./watchTsc

Enable Live Reload in your browser (open [http://localhost:8080/hawtio/](http://localhost:8080/hawtio/) then click on the Live Reload icon to the right of the location bar).

Expand Down

0 comments on commit 59ebfb1

Please sign in to comment.