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