This commit is contained in:
chomik
2018-02-26 14:11:51 +01:00
parent 1528ffb7c9
commit 7b91d8b28f
672 changed files with 73287 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',
}
});