Prepros App and live reloading in Concrete5

Permalink
I recently got my hands on the delicious piece of software Prepros (http://alphapixels.com/prepros/) which sports, among other things, live reloading of CSS changes.

The live reloading works fine when I write CSS for projects outside of a CMS. However I can't seem to get it to work for my themes in Concrete5, even though the Prepros documentation says it should work with a CMS as long as I provide the application with the URL I want to refresh.

Is this issue related to Concrete5, or could it be a local problem?

 
Jayshua replied on at Permalink Reply
A bit late, but I managed to get it working by disabling caching under "System & Settings" in Concrete5, and changing all the "$this->getStyleSheet()" calls in the theme to absolute urls. (To be changed back before publishing of course).