Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 636 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 636 Bytes

Backbone plugin for Basis.js templates

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

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>