ShanePike
Member
I'm making changes to the banner styles. I have modified app_user_banners.less, and the changes are reflected correctly in the forum. They are not reflected in the ACP, though. The ACP appears to be using a cached version of the original CSS, and I can't figure out how to get it to refresh.
I've tracked it down to the URL used by the ACP vs the URL used by the forum itself, but that's where I'm stuck.
The ACP uses a URL like this one:
The forum uses a URL like this one:
If the number after "s=" is 1 or greater, you get a non-cached, live version of the CSS. If it is 0, a letter, or if "s=" doesn't appear at all, you always get the original version of app_user_banners.less. (I included an unused class name and style at the beginning so it's easier to tell which version is the updated version.)
How do I get the ACP to pull an updated copy of app_user_banners.less?
I've tracked it down to the URL used by the ACP vs the URL used by the forum itself, but that's where I'm stuck.
The ACP uses a URL like this one:
The forum uses a URL like this one:
If the number after "s=" is 1 or greater, you get a non-cached, live version of the CSS. If it is 0, a letter, or if "s=" doesn't appear at all, you always get the original version of app_user_banners.less. (I included an unused class name and style at the beginning so it's easier to tell which version is the updated version.)
How do I get the ACP to pull an updated copy of app_user_banners.less?