static resource URLs are now case sensitive.

This commit is contained in:
kay.one 2013-07-23 23:26:10 -07:00
commit 478caf15f8
16 changed files with 127 additions and 84 deletions

View file

@ -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',