mirror of
https://github.com/flarum/core.git
synced 2025-08-02 14:37:49 +02:00
Fix font-awesome LESS source not being found in some cases
This commit is contained in:
@@ -44,7 +44,7 @@ class LessCompiler extends RevisionCompiler
|
|||||||
'compress' => true,
|
'compress' => true,
|
||||||
'cache_dir' => $this->cachePath,
|
'cache_dir' => $this->cachePath,
|
||||||
'import_dirs' => [
|
'import_dirs' => [
|
||||||
'vendor/fortawesome/font-awesome/less' => '',
|
base_path().'vendor/fortawesome/font-awesome/less' => '',
|
||||||
],
|
],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user