mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
8 lines
260 B
Bash
Executable file
8 lines
260 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# Prefer the local handlebars script, and fall back to the global one.
|
|
export PATH=./node_modules/.bin/:$PATH
|
|
|
|
node node_modules/handlebars/bin/handlebars -n OCA.Talk.Views.Templates js/views/templates/ -f js/views/templates.js
|
|
|
|
echo "OK"
|