1
0
mirror of https://github.com/flarum/core.git synced 2025-02-25 11:43:19 +01: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
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

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