diff options
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 be8362a6..e91f8de8 100755 --- a/build_tmpl.sh +++ b/build_tmpl.sh @@ -1,2 +1,2 @@ #!/bin/sh -handlebars tmpl/* -f ext/bg/js/templates.js +handlebars tmpl/*.html -f ext/bg/js/templates.js |