Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryanmurakami/nosebugjs

nosebug.js - A Handlebars template micro-loader
https://github.com/ryanmurakami/nosebugjs

Last synced: 4 days ago
JSON representation

nosebug.js - A Handlebars template micro-loader

Awesome Lists containing this project

README

        

nosebug v0.2
=========

A micro-Handlebars template loader.

###Philosophy
By focusing on convention, nosebug can be much smaller and "just work." In other words, it just loads your templates.

###Usage
nosebug is written in vanilla JavaScript with no dependencies.

- Include nosebug.min.js in your html
- Place the template for that file in the Template folder
- Name the template file: <name of html file>Template.hbs
- Listen for the 'nosebug' event or check nosebug.ready before using the template
- Have fun!

###Browser Support
Tested in Chrome 34, Firefox 28, Safari 8, and IE8+.

[Test it in your browser.](http://ryanmurakami.github.io/nosebug/test.html)