adding docs for mozilla review

This commit is contained in:
Alex Yatskov 2017-02-26 15:35:11 -08:00
parent 9233c3d10d
commit 4ec5d01288
2 changed files with 6 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/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
View 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.