summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Davis <thomasalwyndavis@gmail.com>2012-09-26 02:25:44 +0000
committerThomas Davis <thomasalwyndavis@gmail.com>2012-09-26 02:25:44 +0000
commit692bc3bac5adff380cbe058d84ca31c92e4f4888 (patch)
tree485c4823689fe569f12102a0cd1659c0c5d33ae3
parentc7e34bde619324f3b850b3fe7fb978e543d890aa (diff)
downloadbackbonetutorials-692bc3bac5adff380cbe058d84ca31c92e4f4888.zip
backbonetutorials-692bc3bac5adff380cbe058d84ca31c92e4f4888.tar.gz
backbonetutorials-692bc3bac5adff380cbe058d84ca31c92e4f4888.tar.bz2
gotta let it burn
-rw-r--r--index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.html b/index.html
index a01d9ec..98ecbda 100644
--- a/index.html
+++ b/index.html
@@ -21,6 +21,10 @@ title:
{% endfor %}
</ul>
+<h2>Backbone Boilerplate</h2>
+<ul class="tutorials">
+<li><a href="http://backboneboilerplate.com">Backbone Boilerplate - Using require.js with build system</a></li>
+</ul>
<h2>Demo apps!</h2>
<ul class="tutorials">
<li><a href="http://thomasdavis.github.com/kalei/">Kalei - A living CSS styleguide - Built with Backbone.js using these principles</a></li>