mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user