mirror of
https://github.com/simple-login/app.git
synced 2024-11-01 11:31:01 +01: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',
|
||
|
}
|
||
|
});
|