mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-26 01:42:16 +00:00
Fixed fullcalendar print css not included
This commit is contained in:
178
RIGS/static/css/fullcalendar.print.css
Normal file
178
RIGS/static/css/fullcalendar.print.css
Normal file
File diff suppressed because one or more lines are too long
@@ -18,6 +18,7 @@ sass.compiler = require('node-sass');
|
|||||||
function styles(done) {
|
function styles(done) {
|
||||||
return gulp.src(['RIGS/static/scss/**/*.scss',
|
return gulp.src(['RIGS/static/scss/**/*.scss',
|
||||||
'node_modules/fullcalendar/dist/fullcalendar.css',
|
'node_modules/fullcalendar/dist/fullcalendar.css',
|
||||||
|
'node_modules/fullcalendar/dist/fullcalendar.print.css',
|
||||||
'node_modules/bootstrap-select/dist/css/bootstrap-select.css',
|
'node_modules/bootstrap-select/dist/css/bootstrap-select.css',
|
||||||
'node_modules/ajax-bootstrap-select/dist/css/ajax-bootstrap-select.css',
|
'node_modules/ajax-bootstrap-select/dist/css/ajax-bootstrap-select.css',
|
||||||
'node_modules/autocompleter/autocomplete.css',
|
'node_modules/autocompleter/autocomplete.css',
|
||||||
|
|||||||
Reference in New Issue
Block a user