You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2016/07/12 05:45:54 UTC

[24/26] isis-site git commit: ISIS-1335: removing -SNAPSHOT for 1.13.0, also migration and release notes

http://git-wip-us.apache.org/repos/asf/isis-site/blob/2c032b24/content/guides/dg.html
----------------------------------------------------------------------
diff --git a/content/guides/dg.html b/content/guides/dg.html
index 6c2b380..37a46f3 100644
--- a/content/guides/dg.html
+++ b/content/guides/dg.html
@@ -1485,7 +1485,7 @@ directory:</p>
 </div>
 </div>
 <div class="sect4">
-<h5 id="_dg_ide_intellij_advanced_gradle-liveReload">Using Grade for liveReload</h5>
+<h5 id="_dg_ide_intellij_advanced_gradle-liveReload">Using Gradle for liveReload</h5>
 <div class="paragraph">
 <p>Similarly, gradle can be run to reduce the turn-around time when tweaking the UI (defined by the
  <a href="ugfun.html#_ugfun_object-layout_dynamic_xml"><code>*.layout.xml</code></a> file for each domain class), when the app is running.</p>
@@ -1504,7 +1504,7 @@ by invoking <code>Run &gt; Reload Changed Classes</code>.  Once the browser is r
 <td class="content">
 <div class="paragraph">
 <p>We&#8217;ve occasionally noticed that this interferes with Wicket&#8217;s own javascript - switching tabs becomes unresponsive.
- The work-around is just to reload the page.</p>
+The work-around is just to reload the page.</p>
 </div>
 </td>
 </tr>
@@ -1577,8 +1577,7 @@ gradle -t --offline -b liveReload.gradle &amp;</code></pre>
 </div>
 </div>
 <div class="paragraph">
-<p>Live reload also requires that the <code>isis.viewer.wicket.liveReloadUrl</code> configuration property (<code>1.13.0-SNAPSHOT</code>) is set
-appropriately:</p>
+<p>Live reload also requires that the <code>isis.viewer.wicket.liveReloadUrl</code> configuration property is set appropriately:</p>
 </div>
 <div class="listingblock">
 <div class="title"><code>viewer_wicket.properties</code></div>
@@ -4364,7 +4363,7 @@ hide method lines</code></pre>
 <li><a href="#_dg_ide_intellij_advanced">2.1.5. Faster turnaround times</a>
 <ul class="sectlevel4">
 <li><a href="#_dg_ide_intellij_advanced_gradle-compile-enhance">Using Grade to compile/enhance</a></li>
-<li><a href="#_dg_ide_intellij_advanced_gradle-liveReload">Using Grade for liveReload</a></li>
+<li><a href="#_dg_ide_intellij_advanced_gradle-liveReload">Using Gradle for liveReload</a></li>
 <li><a href="#_dg_ide_intellij_advanced_dcevm">Setting up DCEVM</a></li>
 <li><a href="#_setting_up_jrebel">Setting up JRebel</a></li>
 </ul>