1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Fix font-awesome LESS source not being found in some cases

This commit is contained in:
Franz Liedke
2016-05-13 23:04:14 +09:00
parent 8f0935b646
commit 48301527ed

View File

@@ -44,7 +44,7 @@ class LessCompiler extends RevisionCompiler
'compress' => true,
'cache_dir' => $this->cachePath,
'import_dirs' => [
'vendor/fortawesome/font-awesome/less' => '',
base_path().'vendor/fortawesome/font-awesome/less' => '',
],
]);