Skip to content

Commit

Permalink
rebuild bootstrap 5 diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
biyeun committed Jan 22, 2024
1 parent f3f5895 commit 3c349d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
+ "datatables.bootstrap": "datatables.net-bs5/js/dataTables.bootstrap5.min",
+ "popper": "@popperjs/core/dist/umd/popper.min",
+ "tempus-dominus": "eonasdan/tempus-dominus/dist/js/tempus-dominus.min",
+ "datepicker": "@eonasdan/tempus-dominus/dist/js/jQuery-provider.min", // import this if you need jquery plugin of tempus-dominus
+ "datetimepicker": "@eonasdan/tempus-dominus/dist/js/jQuery-provider.min", // import this if you need jquery plugin of tempus-dominus
},
shim: {
"ace-builds/src-min-noconflict/ace": { exports: "ace" },
Expand All @@ -38,7 +38,7 @@
"hqwebapp/js/lib/modernizr": {
exports: 'Modernizr',
},
+ "datepicker": {
+ "datetimepicker": {
+ deps: ['popper', 'tempus-dominus'],
+ },
},
Expand Down

0 comments on commit 3c349d5

Please sign in to comment.