From 3990637ce958bc715e94eccaa365ceb488567882 Mon Sep 17 00:00:00 2001 From: nelsonlaquet Date: Sun, 1 Sep 2013 03:53:55 -0500 Subject: [PATCH] Come on --- app/library/Assets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/library/Assets.php b/app/library/Assets.php index d356bfa2..9c30af00 100644 --- a/app/library/Assets.php +++ b/app/library/Assets.php @@ -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'));