diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-26 16:47:43 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-26 16:47:43 -0700 |
commit | fefadf78085d251a6b5f1c3ca081f10a5ffc4012 (patch) | |
tree | e3bdca42b433eeacb29d00efa3d2d254efd09e83 /tmpl/building.md | |
parent | f2dc0cac85372ad99405ec32a15ec2a66ed92eba (diff) |
removing unnecessary file
Diffstat (limited to 'tmpl/building.md')
-rw-r--r-- | tmpl/building.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tmpl/building.md b/tmpl/building.md deleted file mode 100644 index 1ca1a5c5..00000000 --- a/tmpl/building.md +++ /dev/null @@ -1,5 +0,0 @@ -# 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. |