spreed/compile-handlebars-template...

9 строки
227 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
handlebars -n OCA.Talk.Views.Templates js/views/templates/ -f js/views/templates.js
echo "OK"