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

github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-10-30 13:58:35 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-10-30 13:58:35 +0300
commite266d20c2cca235250690025b7ca7ce1e8a0b735 (patch)
tree5b7b34d0a52a75f9aa65c7aba6bc007cefbc115b /Makefile
parent88ba851d2ab78b83d6c1d279a63404b6ad5f3dbe (diff)
Move to compiled handlebars
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4f89463..a4ac0de 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,9 @@ create-tag:
git tag -s -a v$(version) -m "Tagging the $(version) release."
git push origin v$(version)
+js-templates:
+ handlebars -n OCA.External.Templates js/templates -f js/templates.js
+
clean:
rm -rf $(build_dir)
rm -rf node_modules