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: 632488aff3e4100a59a9a3f0c0e22b18a13a25d6 (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.SpreedMe.Views.Templates js/views/templates/ -f js/views/templates.js