Added: Include css files in minification (#1672)

This commit is contained in:
Mitchell Cash
2017-06-13 16:39:42 +10:00
committed by Leonardo Galli
parent ca6784f7b5
commit c33d9727a0
3 changed files with 7 additions and 3 deletions

View File

@@ -16,6 +16,10 @@ gulp.task('less', function() {
paths.src.content + 'bootstrap.less',
paths.src.content + 'theme.less',
paths.src.content + 'overrides.less',
paths.src.content + 'bootstrap.toggle-switch.css',
paths.src.content + 'fullcalendar.css',
paths.src.content + 'Messenger/messenger.css',
paths.src.content + 'Messenger/messenger.flat.css',
paths.src.root + 'Series/series.less',
paths.src.root + 'Activity/activity.less',
paths.src.root + 'AddSeries/addSeries.less',