mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Fixed fullcalendar print css not included
This commit is contained in:
@@ -18,6 +18,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/bootstrap-select/dist/css/bootstrap-select.css',
|
||||
'node_modules/ajax-bootstrap-select/dist/css/ajax-bootstrap-select.css',
|
||||
'node_modules/autocompleter/autocomplete.css',
|
||||
|
||||
Reference in New Issue
Block a user