Skip to content

Commit bf6263c

Browse files
committed
remove socket.io log
1 parent 11a1a50 commit bf6263c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/assets/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var App = (function( window, document, $ ) {
4242
}).delay(1500)
4343
.typetype('', {
4444
callback:function () {
45-
$('.mac-install').val('$ info - socket.io started\n-----------------------------------------\n* Server started on http://localhost:3000\n-----------------------------------------')
45+
$('.mac-install').val('$\n-----------------------------------------\n* Server started on http://localhost:3000\n-----------------------------------------')
4646
}
4747
}
4848
).delay(3000)

doc/build/assets/css/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/build/assets/js/script.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/build/documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</code></pre> <p><a name="render"></a></p> <h3>r-render</h3> <p>Similar from <code>r-include</code> tag, you can render a partial page with a specific data, just passing through the tag as a json:</p> <pre><code class="language-markup">&lt;r-render _user.html {&quot;data&quot;:{&quot;name&quot;:&quot;John Doe&quot;}}/&gt; // include _user.html from (templates)
3636
</code></pre> <p><a name="data"></a></p> <h3>r-data</h3> <p>To import a data file into your page use <code>r-data</code> tag:</p> <pre><code class="language-markup">&lt;r-data file.json/&gt; // include file.json from (data)
3737
&lt;r-data path/file.json/&gt; // include file.json from (data/path)
38-
</code></pre> <p>You can create a alias for an imported file and use it in your template:</p> <pre><code class="language-markup">&lt;r-data file.json = myalias/&gt; // include file.json from (data)
38+
</code></pre> <p>You can create a alias for an imported file and use it in your template:</p> <pre><code class="language-markup">&lt;r-data file.json =&gt; myalias/&gt; // include file.json from (data)
3939
</code></pre> <pre><code class="language-markup">...
4040
&lt;r-data en-en.json =&gt; data/&gt;
4141
&lt;h1&gt;{.{data.title}}&lt;/h1&gt;

0 commit comments

Comments
 (0)