1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 14:10:37 +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 dd0dc44dd8
commit 3f9fe7d33e

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' => '',
],
]);