aboutsummaryrefslogtreecommitdiffstats
path: root/build/compile-handlebars-templates.sh
Commit message (Collapse)AuthorAgeFilesLines
* chore(files): Remove legacy UI scripts now that everything is migrated to VueFerdinand Thiessen2024-09-201-7/+0
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: drop outdated handlebar comments templateskjnldsv2024-07-181-3/+0
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-271-1/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Remove old unused handlebar systemtags templateJohn Molakvoæ (skjnldsv)2021-04-091-3/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix comments filespluginJohn Molakvoæ (skjnldsv)2021-03-171-0/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Cleanup sharing leftoversJohn Molakvoæ (skjnldsv)2019-11-051-3/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use handlebars from node_modules (on CI)Christoph Wurst2019-09-301-6/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move oauth admin settings to initialstateRoeland Jago Douma2019-09-281-1/+1
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* use webpack to compile handlebarsArthur Schiwon2019-05-101-3/+0
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* adjust paths to template locationArthur Schiwon2019-05-101-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Do not try to compile templates that are not thereRoeland Jago Douma2019-04-081-6/+0
| | | | | | Makes for a bit cleaner drone output. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove from build fileRoeland Jago Douma2019-02-041-3/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix JS namespace of files_external appJoas Schilling2018-10-301-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move files_external to compiled handlebarsRoeland Jago Douma2018-10-191-0/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move files_drop to compiled handlebarsRoeland Jago Douma2018-10-161-0/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #11834 from nextcloud/csp/federationmenuRoeland Jago Douma2018-10-151-1/+1
|\ | | | | Compile federationscope menu handlebars template
| * Compile federationscope menu handlebars templateRoeland Jago Douma2018-10-151-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Move workflowengine to compiled handlebarsRoeland Jago Douma2018-10-151-0/+2
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move files_versions to compiled handlebars templatesRoeland Jago Douma2018-10-041-0/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move OC.Share to compiled handlebarsRoeland Jago Douma2018-10-041-0/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move systemtags to compiled handlebarsRoeland Jago Douma2018-10-041-0/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move Comments to compiled handlebarsRoeland Jago Douma2018-10-041-0/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move to 1 template file for filesRoeland Jago Douma2018-10-011-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add drone stepRoeland Jago Douma2018-09-281-0/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add script to compile handlebars templatesRoeland Jago Douma2018-09-281-0/+21
For now it is small and there is no real standard yet. But it is better to start with something. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>