Skip to content

Commit 1d13d95

Browse files
committed
qw
1 parent c7bb516 commit 1d13d95

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

_posts/2011-10-10-organizing-backbone-using-modules.textile

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ h3. Getting started
4141
To easily understand this tutorial you should jump straight into the example code base.
4242

4343
h3. "Example Codebase":http://backbonetutorials.com/examples/modular-backbone
44+
h3. "Example Demo":https://github.com/thomasdavis/backbonetutorials/tree/gh-pages/examples/modular-backbone
4445

4546
p. The tutorial is only loosely coupled with the example and you will find the example to be more comprehensive.
4647

examples/modular-backbone/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1>Modular Backbone</h1>
3131
</ul>
3232
</div>
3333
<div id="page">
34-
34+
This demostration is using Require.js, all modules will be loaded on the fly(check the network request). They can easily be compiled using r.js.
3535
</div>
3636
<div id="footer">
3737
Thomas Davis

index.html

+2-4
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,14 @@ <h2>Beginner</h2>
1010
{% endif %}
1111
{% endfor %}
1212
</ul>
13-
<!-- -->
1413
<h2>Intermediate</h2>
1514
<ul class="tutorials">
16-
<!-- {% for post in site.posts %}
15+
{% for post in site.posts %}
1716
{% if post.type == "intermediate" %}
1817
<li><a href="{{ post.url }}">{{ post.title }}</a> &raquo; <a href="http://thomasdavis.github.com">Thomas Davis</a></li>
1918
{% endif %}
2019
{% endfor %}
21-
-->
22-
<li>Coming soon - less then a week!</li>
20+
2321
</ul>
2422

2523
<h2>Advanced</h2>

0 commit comments

Comments
 (0)