mirror of
https://github.com/flarum/framework.git
synced 2025-04-25 22:24:04 +08:00
Fixed LESS compile error (#958)
This commit is contained in:
parent
3f9fe7d33e
commit
77837ef7d1
@ -44,7 +44,7 @@ class LessCompiler extends RevisionCompiler
|
|||||||
'compress' => true,
|
'compress' => true,
|
||||||
'cache_dir' => $this->cachePath,
|
'cache_dir' => $this->cachePath,
|
||||||
'import_dirs' => [
|
'import_dirs' => [
|
||||||
base_path().'vendor/fortawesome/font-awesome/less' => '',
|
base_path().'/vendor/fortawesome/font-awesome/less' => '',
|
||||||
],
|
],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user