Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Wagon: Deploying sitegen to repository
  • Loading branch information
FuseSource CI committed Nov 28, 2013
1 parent fc57ecf commit d881a6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions building/index.html
Expand Up @@ -147,6 +147,10 @@ <h2 id = "Incrementally_compiling_TypeScript_inside_IntelliJ__IDEA_">Incremental

<p>Now when you do <strong>Tools</strong> &rarr; <strong>watchTsc</strong> you should get a output in the Run tab. If you get a compile error when TypeScript gets recompiled you should get a nice link to the line and column of the error.</p>

<p><strong>Note</strong> when you do this you probably want the Run window to just show the latest compile errors (which is usually the last couple of lines).</p>

<p>I spotted a handy tip on <a href="http://youtrack.jetbrains.com/issue/IDEA-74931">this issue</a>, if you move the cursor to the end of the Run window after some compiler output has been generated - pressing keys <em>META</em> + <em>end</em> (which on OS X is the <em>fn</em> and the <em>option/splat</em> keys) then IDEA keeps scrolling to the end of the output automatically; you don't have to then keep pressing the &ldquo;Scroll to end&rdquo; button ;)</p>

<h2 id = "Using_LiveReload">Using LiveReload</h2>

<p>The LiveReload support allows you to edit the code and for the browser to automatically reload once things are compiled. This makes for a much more fun and RAD development environment!!</p>
Expand Down

0 comments on commit d881a6e

Please sign in to comment.