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

Fixed LESS compile error (#958)

This commit is contained in:
Niels Tholenaar
2016-05-13 16:15:33 +02:00
committed by Franz Liedke
parent 48301527ed
commit 77a8d02d02

View File

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