aboutsummaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-02-26 15:35:11 -0800
committerAlex Yatskov <alex@foosoft.net>2017-02-26 15:35:11 -0800
commit4ec5d0128865267a3f6edfd9921bdca80d98162a (patch)
tree93c1a6fb0e377b0ccb9fa5a90294e3e9d64fe98c /tmpl
parent9233c3d10d8cfe10d6ec4add2ffab9e574aa856d (diff)
adding docs for mozilla review
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/building.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/tmpl/building.md b/tmpl/building.md
new file mode 100644
index 00000000..1ca1a5c5
--- /dev/null
+++ b/tmpl/building.md
@@ -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.