adding docs for mozilla review
This commit is contained in:
parent
9233c3d10d
commit
4ec5d01288
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
handlebars tmpl/* -f ext/bg/js/templates.js
|
handlebars tmpl/*.html -f ext/bg/js/templates.js
|
||||||
|
5
tmpl/building.md
Normal file
5
tmpl/building.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Building Handlebars Templates #
|
||||||
|
|
||||||
|
This directory contains templates which need to be processed by the [Handlebars](http://handlebarsjs.com/) templating
|
||||||
|
engine. Make sure you have this [Node.js](https://nodejs.org/en/) module installed and execute `handlebars *.html -f
|
||||||
|
templates.js` to generate compiled template definitions.
|
Loading…
Reference in New Issue
Block a user