diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-13 18:55:31 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-13 18:55:31 -0700 |
commit | 18720aa150734ac1888ca560c6e840d4ce25d00e (patch) | |
tree | 400fbc31c5da86e794a63e74a5c688ed910c0da4 /build_tmpl.sh | |
parent | c198a0f91942b8016b272c8a5fad609c1ff18ef1 (diff) |
Show definitions as lists
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 303c5db6..5c4a0c44 100755 --- a/build_tmpl.sh +++ b/build_tmpl.sh @@ -1,2 +1,2 @@ #!/bin/sh -handlebars util/tmpl/* -f ext/bg/templates.js +handlebars util/tmpl/* -f ext/bg/js/templates.js |