From 93998694696af6a2bf9ff9c645beb0fb47ecdc22 Mon Sep 17 00:00:00 2001 From: Adrian Cowan Date: Sat, 27 Jul 2013 01:38:51 +1000 Subject: [PATCH] Fixes for pedantic filename case on linux --- Gruntfile.js | 2 +- UI/AddSeries/addSeries.less | 4 ++-- UI/Calendar/calendar.less | 6 +++--- UI/Cells/cells.less | 8 ++++---- UI/Content/Bootstrap/bootstrap.less | 2 +- UI/Content/base.less | 10 +++++----- UI/Content/spinner.less | 2 +- UI/Content/theme.less | 2 +- UI/Settings/Notifications/notifications.less | 2 +- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 00c3753fc..445e1f73d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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 : { diff --git a/UI/AddSeries/addSeries.less b/UI/AddSeries/addSeries.less index a89f3c65e..500b435f4 100644 --- a/UI/AddSeries/addSeries.less +++ b/UI/AddSeries/addSeries.less @@ -1,5 +1,5 @@ -@import "../shared/Styles/card.less"; -@import "../shared/Styles/clickable.less"; +@import "../Shared/Styles/card.less"; +@import "../Shared/Styles/clickable.less"; #add-series-screen { diff --git a/UI/Calendar/calendar.less b/UI/Calendar/calendar.less index 6e45f181a..692c43a55 100644 --- a/UI/Calendar/calendar.less +++ b/UI/Calendar/calendar.less @@ -1,6 +1,6 @@ -@import "../content/Bootstrap/mixins"; -@import "../content/Bootstrap/variables"; -@import "../content/Bootstrap/buttons"; +@import "../Content/Bootstrap/mixins"; +@import "../Content/Bootstrap/variables"; +@import "../Content/Bootstrap/buttons"; @import "../Shared/Styles/clickable"; .calendar { diff --git a/UI/Cells/cells.less b/UI/Cells/cells.less index 14b120b84..fb55fb928 100644 --- a/UI/Cells/cells.less +++ b/UI/Cells/cells.less @@ -1,7 +1,7 @@ -@import "../content/Bootstrap/mixins"; -@import "../content/Bootstrap/variables"; -@import "../content/Bootstrap/buttons"; -@import "../shared/styles/clickable"; +@import "../Content/Bootstrap/mixins"; +@import "../Content/Bootstrap/variables"; +@import "../Content/Bootstrap/buttons"; +@import "../Shared/Styles/clickable"; .episode-title-cell { .btn-link; diff --git a/UI/Content/Bootstrap/bootstrap.less b/UI/Content/Bootstrap/bootstrap.less index d2d46584b..8ab6f0ee8 100644 --- a/UI/Content/Bootstrap/bootstrap.less +++ b/UI/Content/Bootstrap/bootstrap.less @@ -27,7 +27,7 @@ @import "tables.less"; // Components: common -@import "../fontawesome/font-awesome.less"; +@import "../FontAwesome/font-awesome.less"; @import "dropdowns.less"; @import "wells.less"; @import "component-animations.less"; diff --git a/UI/Content/base.less b/UI/Content/base.less index 30c1be6c3..33bb18d93 100644 --- a/UI/Content/base.less +++ b/UI/Content/base.less @@ -1,12 +1,12 @@ -@import "bootstrap/variables"; -@import "bootstrap/mixins"; -@import "bootstrap/type"; +@import "Bootstrap/variables"; +@import "Bootstrap/mixins"; +@import "Bootstrap/type"; @import "font"; @import "form"; @import "theme"; @import "menu"; -@import "backgrid/backgrid"; -@import "../shared/styles/clickable"; +@import "Backgrid/backgrid"; +@import "../Shared/Styles/clickable"; @import "prefixer"; @import "icons"; @import "spinner"; diff --git a/UI/Content/spinner.less b/UI/Content/spinner.less index d5a762103..a922b36aa 100644 --- a/UI/Content/spinner.less +++ b/UI/Content/spinner.less @@ -1,5 +1,5 @@ @import "prefixer"; -@import "bootstrap/variables"; +@import "Bootstrap/variables"; @colorDark : @grayDark; @colorLight : @grayLighter; diff --git a/UI/Content/theme.less b/UI/Content/theme.less index 2f3dfe92e..bf147ba12 100644 --- a/UI/Content/theme.less +++ b/UI/Content/theme.less @@ -1,4 +1,4 @@ -@import "../shared/styles/card"; +@import "../Shared/Styles/card"; body { background-color : #1c1c1c; diff --git a/UI/Settings/Notifications/notifications.less b/UI/Settings/Notifications/notifications.less index 978ba199c..93bb3655f 100644 --- a/UI/Settings/Notifications/notifications.less +++ b/UI/Settings/Notifications/notifications.less @@ -1,4 +1,4 @@ -@import "../../shared/Styles/card.less"; +@import "../../Shared/Styles/card.less"; .add-notification-item { .card;