This repo is Backbone
plugin for basis.js
templates library.
The source in the basis.js
repo. Please file issues and pull requests against that repo.
Install with bower
:
bower install bbt
Add a <script>
to your index.html
:
<script src="/bower_components/bbt/bbt.js"></script>
You also could use long name of library:
bower install backbone-basis-templates
In this case include <script>
should be:
<script src="/bower_components/backbone-basis-templates/bbt.js"></script>