Welcome to mirror list, hosted at ThFree Co, Russian Federation.

compile-handlebars-templates.sh - github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 951cf8ed820c9e3c9dcd68f720ee658bbea3ed81 (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

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

echo "OK"