mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
static resource URLs are now case sensitive.
This commit is contained in:
parent
e89a35522e
commit
478caf15f8
16 changed files with 127 additions and 84 deletions
|
@ -58,8 +58,8 @@ module.exports = function (grunt) {
|
|||
expand: true,
|
||||
src : [
|
||||
'UI/Content/base.less',
|
||||
'UI/Content/Overrides.less',
|
||||
'UI/Series/Series.less',
|
||||
'UI/Content/overrides.less',
|
||||
'UI/Series/series.less',
|
||||
'UI/AddSeries/addSeries.less',
|
||||
'UI/Calendar/calendar.less',
|
||||
'UI/Cells/cells.less',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue