From 2c8d418eba392ef3ed6872f60bc17ebaf3c96141 Mon Sep 17 00:00:00 2001 From: Martin Nicholson Date: Tue, 19 Sep 2023 10:25:54 +0200 Subject: [PATCH] chore!: remove Handlebars requirejs shim configs --- views/build/config/requirejs.build.json | 3 --- views/templates/client_config.tpl | 1 - 2 files changed, 4 deletions(-) diff --git a/views/build/config/requirejs.build.json b/views/build/config/requirejs.build.json index 8281d03128..dc886f9a99 100644 --- a/views/build/config/requirejs.build.json +++ b/views/build/config/requirejs.build.json @@ -53,9 +53,6 @@ "moment": { "exports": "moment" }, - "handlebars" : { - "exports": "Handlebars" - }, "ckeditor": { "exports": "CKEDITOR" }, diff --git a/views/templates/client_config.tpl b/views/templates/client_config.tpl index efae1395c5..69b5b92943 100644 --- a/views/templates/client_config.tpl +++ b/views/templates/client_config.tpl @@ -90,7 +90,6 @@ require.config({ shim : { 'jqueryui' : { deps : ['jquery'] }, 'moment' : { exports : 'moment' }, - 'handlebars' : { exports : 'Handlebars' }, 'ckeditor' : { exports : 'CKEDITOR' }, 'ckeditor-jquery' : ['ckeditor'], 'class' : { exports : 'Class'},