Clear injectect variables when resetting the cache
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
76c79ff18f
commit
cee941a6a3
|
@ -254,6 +254,7 @@ class SCSSCacher {
|
|||
* We need to regenerate all files when variables change
|
||||
*/
|
||||
private function resetCache() {
|
||||
$this->injectedVariables = null;
|
||||
$appDirectory = $this->appData->getDirectoryListing();
|
||||
if(empty($appDirectory)){
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue