website/index.html in newjs-1.0.0 vs website/index.html in newjs-1.0.1
- old
+ new
@@ -31,11 +31,11 @@
<div id="main">
<h1>JavaScript Project Generator</h1>
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/newjs"; return false'>
<p>Get Version</p>
- <a href="http://rubyforge.org/projects/newjs" class="numbers">1.0.0</a>
+ <a href="http://rubyforge.org/projects/newjs" class="numbers">1.0.1</a>
</div>
<h1>→ ‘newjs’</h1>
<h2>What</h2>
@@ -218,10 +218,17 @@
<p>And open <code>website/index.html</code> in your browser to preview.
The project’s version number is automatically inserted into the page
(change version numbers via <code>APP_VERSION</code> in <code>Rakefile</code>).</p>
- <p>To upload the website (and its <span class="caps">CSS</span>)</p>
+ <p>To upload the website (and its <span class="caps">CSS</span> etc) run:</p>
+
+
+<pre>rake website</pre>
+
+ <p>The default <code>tasks/website.rake</code> file pushes the files
+to a <a href="http://rubyforge.org">rubyforge.org</a> project account. Modify it
+to rsync files elsewhere.</p>
<h2>Screencast coming soon</h2>