Skip to content

Commit

Permalink
chore!: remove Handlebars requirejs shim configs
Browse files Browse the repository at this point in the history
  • Loading branch information
oatymart committed Sep 19, 2023
1 parent 80047b3 commit 2c8d418
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions views/build/config/requirejs.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@
"moment": {
"exports": "moment"
},
"handlebars" : {
"exports": "Handlebars"
},
"ckeditor": {
"exports": "CKEDITOR"
},
Expand Down
1 change: 0 additions & 1 deletion views/templates/client_config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down

0 comments on commit 2c8d418

Please sign in to comment.