summaryrefslogtreecommitdiffstats
path: root/compile-handlebars-templates.sh
blob: 8111f8555c28ebed19fd4fbad5ede1b1a87b7327 (plain)
1
2
3
4
5
6
7
8
#!/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

handlebars -n OCA.Talk.Views.Templates js/views/templates/ -f js/views/templates.js