diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-03-27 20:00:41 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-03-27 20:00:41 -0700 |
commit | a9fcc0cde6a09872e038e4aa4600d5cd80a71374 (patch) | |
tree | 3bd6e00e2c8eec94218636f554db2f2663141569 /build_tmpl.sh | |
parent | 2bdb5763780e68889b355200a60844da83d3ede7 (diff) |
Switch to handlebars for templating
Diffstat (limited to 'build_tmpl.sh')
-rwxr-xr-x | build_tmpl.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build_tmpl.sh b/build_tmpl.sh new file mode 100755 index 00000000..f826e77d --- /dev/null +++ b/build_tmpl.sh @@ -0,0 +1,2 @@ +#!/bin/sh +handlebars -m util/tmpl/* -f ext/bg/templates.js |