mirror of
https://github.com/tabler/tabler.git
synced 2026-08-15 07:42:26 +04:00
9 lines
242 B
JavaScript
9 lines
242 B
JavaScript
require.config({
|
|
shim: {
|
|
'fullcalendar': ['moment', 'jquery'],
|
|
},
|
|
paths: {
|
|
'fullcalendar': 'assets/plugins/fullcalendar/js/fullcalendar.min',
|
|
'moment': 'assets/plugins/fullcalendar/js/moment.min',
|
|
}
|
|
}); |