This commit is contained in:
codecalm
2018-02-14 22:04:13 +01:00
parent 994dea290b
commit 0f316de5ef
662 changed files with 93074 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
require.config({
shim: {
'fullcalendar': ['moment', 'jquery'],
},
paths: {
'fullcalendar': 'assets/plugins/fullcalendar/js/fullcalendar.min',
'moment': 'assets/plugins/fullcalendar/js/moment.min',
}
});