Fixup! Proberly detect variable changes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
cf53560218
commit
1f2437e2c5
|
@ -111,10 +111,6 @@ class SCSSCacher {
|
|||
$folder = $this->appData->newFolder($app);
|
||||
}
|
||||
|
||||
|
||||
if(!$this->variablesChanged() && $this->isCached($fileNameCSS, $folder)) {
|
||||
return true;
|
||||
}
|
||||
return $this->cache($path, $fileNameCSS, $fileNameSCSS, $folder, $webDir);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue