mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 16:13:58 -07:00
Include CSS files in minification (#23)
Include CSS files in minification
This commit is contained in:
parent
8a68e87128
commit
f1eb8a7d8d
3 changed files with 7 additions and 5 deletions
|
@ -16,10 +16,12 @@ gulp.task('less', function() {
|
|||
paths.src.content + 'bootstrap.less',
|
||||
paths.src.content + 'theme.less',
|
||||
paths.src.content + 'overrides.less',
|
||||
//paths.src.root + 'Series/series.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 + 'Artist/artist.less',
|
||||
paths.src.root + 'Activity/activity.less',
|
||||
//paths.src.root + 'AddSeries/addSeries.less',
|
||||
paths.src.root + 'AddArtist/addArtist.less',
|
||||
paths.src.root + 'Calendar/calendar.less',
|
||||
paths.src.root + 'Cells/cells.less',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue