From 9e2bb5ef36b686ec619a069c65712f2d57c3a1cc Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 26 Sep 2019 20:12:24 +0200 Subject: Move oauth admin settings to initialstate Signed-off-by: Roeland Jago Douma Signed-off-by: npmbuildbot[bot] --- build/compile-handlebars-templates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/compile-handlebars-templates.sh b/build/compile-handlebars-templates.sh index 9aecc405a78..45fd4f57836 100755 --- a/build/compile-handlebars-templates.sh +++ b/build/compile-handlebars-templates.sh @@ -5,7 +5,7 @@ REPODIR=`git rev-parse --show-toplevel` cd $REPODIR # Settings -handlebars -n OC.Settings.Templates settings/js/templates -f settings/js/templates.js +handlebars -n OC.Settings.Templates apps/settings/js/templates -f apps/settings/js/templates.js # Systemtags handlebars -n OC.SystemTags.Templates core/js/systemtags/templates -f core/js/systemtags/templates.js -- cgit v1.2.3