How to avoid accessing cache files?

Permalink
Hi ,I am developing website using concrete5.When site in live,the css files are accessed from cache files.But if I removed cache files,the same problem occurs.
So how to avoid accessing cache files?

 
DreamMedia replied on at Permalink Reply
DreamMedia
Don't use $this->getStyleSheet('your.css') to get the path of the style sheet. Use e.g. $this->getThemePath().'/your.css'