First pass at porting calendar from FC V3 to V5

Two major versions and all they did was rename a bunch of names...TWICE.
This commit is contained in:
2020-10-19 00:13:06 +01:00
parent 320ace1a0e
commit e6eed9f2f2
11 changed files with 1428 additions and 106 deletions

View File

@@ -19,8 +19,7 @@ sass.compiler = require('node-sass');
function styles(done) {
return gulp.src(['RIGS/static/scss/**/*.scss',
'node_modules/fullcalendar/dist/fullcalendar.css',
'node_modules/fullcalendar/dist/fullcalendar.print.css',
'node_modules/fullcalendar/main.min.css',
'node_modules/bootstrap-select/dist/css/bootstrap-select.css',
'node_modules/ajax-bootstrap-select/dist/css/ajax-bootstrap-select.css',
'node_modules/flatpickr/dist/flatpickr.css'])
@@ -52,7 +51,7 @@ function scripts() {
'node_modules/flatpickr/dist/flatpickr.min.js',
'node_modules/@fortawesome/fontawesome-free/js/all.js',
'node_modules/moment/moment.js',
'node_modules/fullcalendar/dist/fullcalendar.js',
'node_modules/fullcalendar/main.min.js',
'node_modules/bootstrap-select/dist/js/bootstrap-select.js',
'node_modules/ajax-bootstrap-select/dist/js/ajax-bootstrap-select.js',
'node_modules/konami/konami.js',