Merge branch 'bugfix/no-module-less-break-lesscompiler-3149'
fixes #3149
This commit is contained in:
commit
72592fcccf
|
@ -528,7 +528,9 @@ class Module
|
|||
{
|
||||
$this->launchConfigScript();
|
||||
$files = $this->cssFiles;
|
||||
$files[] = $this->getCssFilename();
|
||||
if (file_exists($this->getCssFilename())) {
|
||||
$files[] = $this->getCssFilename();
|
||||
}
|
||||
return $files;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue