Merge pull request #3812 from Icinga/fix/cli-css-path
CLI: Fix CSS path
This commit is contained in:
commit
dbd5e064ff
|
@ -83,7 +83,7 @@ class StyleSheet
|
||||||
$app = Icinga::app();
|
$app = Icinga::app();
|
||||||
$this->app = $app;
|
$this->app = $app;
|
||||||
$this->lessCompiler = new LessCompiler();
|
$this->lessCompiler = new LessCompiler();
|
||||||
$this->pubPath = $app->getBootstrapDirectory();
|
$this->pubPath = $app->getBaseDir('public');
|
||||||
$this->collect();
|
$this->collect();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue