diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-03-28 19:44:28 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-03-28 19:44:28 -0700 |
commit | a8c7a8602fff55df8279b9f56dfece875005a7fa (patch) | |
tree | 32dbe269d2ca9881b364ef7ded07122e8e5d1a9f /build_tmpl.sh | |
parent | 149e22baacf41ef18adf62b5e6e58d7942c5beb4 (diff) |
Use partials
Diffstat (limited to 'build_tmpl.sh')
-rwxr-xr-x | build_tmpl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tmpl.sh b/build_tmpl.sh index f826e77d..303c5db6 100755 --- a/build_tmpl.sh +++ b/build_tmpl.sh @@ -1,2 +1,2 @@ #!/bin/sh -handlebars -m util/tmpl/* -f ext/bg/templates.js +handlebars util/tmpl/* -f ext/bg/templates.js |