https://github.com/ryanmurakami/nosebugjs
nosebug.js - A Handlebars template micro-loader
https://github.com/ryanmurakami/nosebugjs
Last synced: 4 months ago
JSON representation
nosebug.js - A Handlebars template micro-loader
- Host: GitHub
- URL: https://github.com/ryanmurakami/nosebugjs
- Owner: ryanmurakami
- Created: 2014-04-22T06:44:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-03T00:18:14.000Z (about 10 years ago)
- Last Synced: 2025-02-16T08:07:50.685Z (5 months ago)
- Language: HTML
- Homepage:
- Size: 168 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)