mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Fixes for pedantic filename case on linux
This commit is contained in:
parent
c7a2d41b8d
commit
9399869469
9 changed files with 19 additions and 19 deletions
|
@ -49,7 +49,7 @@ module.exports = function (grunt) {
|
|||
},
|
||||
|
||||
bootstrap: {
|
||||
src : "UI/Content/bootstrap/bootstrap.less",
|
||||
src : "UI/Content/Bootstrap/bootstrap.less",
|
||||
dest: "_output/UI/Content/bootstrap.css"
|
||||
},
|
||||
general : {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue