summaryrefslogtreecommitdiffstats
path: root/compile-handlebars-templates.sh
blob: 663a5bd833bdacd634f219a5b24ff84d6c49cbf3 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash

# Prefer the local handlebars script, and fall back to the global one.
export PATH=./node_modules/.bin/:$PATH

handlebars -n OCA.VideoCalls.Admin.Templates js/admin/templates/ -f js/admin/templates.js