[Build] Resolves #239 Issue #239

This commit is contained in:
Peter Cottle 2015-02-08 18:58:22 -08:00
parent 25d678ea2e
commit f66c933428
2 changed files with 33 additions and 8 deletions

View file

@ -94,12 +94,9 @@
</a>
<!-- Dependencies -->
<script src="lib/jquery-1.8.0.min.js"></script>
<script src="lib/jquery-ui-1.9.0.custom.min.js"></script>
<script src="lib/underscore-min.js"></script>
<script src="lib/backbone-min.js"></script>
<script src="lib/backbone.localStorage-min.js"></script>
<script src="lib/raphael-min.js"></script>
{{jsDependencies}}
<!-- Templates from here on out. Someone seriously needs to fix template
management for node.js apps. I know there is the text plugin