mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 06:27:59 +01:00
Merged development into master
This commit is contained in:
commit
4070aca54a
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@
|
|||
new FileAsset('styles/base/colorbox.css'),
|
||||
new FileAsset('styles/app.less'),
|
||||
new CacheBusterAsset($lastModifiedCollection->getLastModified())
|
||||
], [new \Assetic\Filter\LessFilter('node')]);
|
||||
], [new \Assetic\Filter\LessFilter('node', Config::get('app.node_paths'))]);
|
||||
|
||||
if (Config::get('app.debug')) {
|
||||
$css->add(new FileAsset('styles/profiler.less'));
|
||||
|
|
Loading…
Reference in a new issue