default.less variables

Permalink
My question is where is the path for the variable in the default.less:

@image-slider-background-image: '../images/background-slider-default.png';


resolved in Concrete 8.5.1. I.e where is the relative path '../ ' resolved?

The actual problem:-
I wanted to check that all the external links were still valid in the site so I used the W3 link checker. This is very through and also checks the include and found that the url for the background-slider-default.png was invalid. and referencing the wrong root directory:

http://daresburylewiscarrollsociety.co.uk/cc851empty/packages/epcb/themes/epcb/images/background-slider-default.png


where the 'cc851empty' was the root directory of a development site and the live site has DLCS.

When I look in the main.css in the cache it has the variable resolved into the incorrect path.

 
hutman replied on at Permalink Reply
hutman
If you delete everything in the application/files/cache directory except for the index.html that should re-generate that file and have the correct path.
DL0rnie replied on at Permalink Reply
Not as simple as this. I have deleted the cache but it just comes back with the same incorrect path.
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
deleted