summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-03-26 16:47:43 -0700
committerAlex Yatskov <alex@foosoft.net>2017-03-26 16:47:43 -0700
commitfefadf78085d251a6b5f1c3ca081f10a5ffc4012 (patch)
treee3bdca42b433eeacb29d00efa3d2d254efd09e83
parentf2dc0cac85372ad99405ec32a15ec2a66ed92eba (diff)
removing unnecessary file
-rw-r--r--tmpl/building.md5
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.