summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_posts/2011-10-10-organizing-backbone-using-modules.textile1
-rw-r--r--examples/modular-backbone/index.html2
-rw-r--r--index.html6
3 files changed, 4 insertions, 5 deletions
diff --git a/_posts/2011-10-10-organizing-backbone-using-modules.textile b/_posts/2011-10-10-organizing-backbone-using-modules.textile
index e83c607..fe8091f 100644
--- a/_posts/2011-10-10-organizing-backbone-using-modules.textile
+++ b/_posts/2011-10-10-organizing-backbone-using-modules.textile
@@ -41,6 +41,7 @@ h3. Getting started
To easily understand this tutorial you should jump straight into the example code base.
h3. "Example Codebase":http://backbonetutorials.com/examples/modular-backbone
+h3. "Example Demo":https://github.com/thomasdavis/backbonetutorials/tree/gh-pages/examples/modular-backbone
p. The tutorial is only loosely coupled with the example and you will find the example to be more comprehensive.
diff --git a/examples/modular-backbone/index.html b/examples/modular-backbone/index.html
index 90ca027..5fdd41b 100644
--- a/examples/modular-backbone/index.html
+++ b/examples/modular-backbone/index.html
@@ -31,7 +31,7 @@
</ul>
</div>
<div id="page">
-
+ 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.
</div>
<div id="footer">
Thomas Davis
diff --git a/index.html b/index.html
index 7b95745..8a5d07e 100644
--- a/index.html
+++ b/index.html
@@ -10,16 +10,14 @@ title:
{% endif %}
{% endfor %}
</ul>
-<!-- -->
<h2>Intermediate</h2>
<ul class="tutorials">
-<!-- {% for post in site.posts %}
+ {% for post in site.posts %}
{% if post.type == "intermediate" %}
<li><a href="{{ post.url }}">{{ post.title }}</a> &raquo; <a href="http://thomasdavis.github.com">Thomas Davis</a></li>
{% endif %}
{% endfor %}
--->
-<li>Coming soon - less then a week!</li>
+
</ul>
<h2>Advanced</h2>