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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-05-06 15:45:39 +0300
committerBackportbot <backportbot-noreply@rullzer.com>2019-05-15 10:24:18 +0300
commit161cc86f3aacd9508507fa698c1e7ce18a748e2c (patch)
tree9ba192fa21c91c1fce50c763d9f948c3ba156691 /compile-handlebars-templates.sh
parente4200c3d855d470c28ce3497ed54e4a3aaee92fc (diff)
Merge make files and remove compiled JS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'compile-handlebars-templates.sh')
-rwxr-xr-xcompile-handlebars-templates.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/compile-handlebars-templates.sh b/compile-handlebars-templates.sh
index f99e0f022..2573a5b62 100755
--- a/compile-handlebars-templates.sh
+++ b/compile-handlebars-templates.sh
@@ -4,3 +4,5 @@
export PATH=./node_modules/.bin/:$PATH
handlebars -n OCA.Talk.Views.Templates js/views/templates/ -f js/views/templates.js
+
+echo "OK"