This repository has been archived on 2021-03-29. You can view files and clone it, but cannot push or open issues or pull requests.
statusboard/Public/tabler/plugins/fullcalendar/plugin.js
2020-11-11 14:49:55 -08:00

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',
}
});