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();
|
||||
$this->app = $app;
|
||||
$this->lessCompiler = new LessCompiler();
|
||||
$this->pubPath = $app->getBootstrapDirectory();
|
||||
$this->pubPath = $app->getBaseDir('public');
|
||||
$this->collect();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue