From 908113aecb31564b4820f0f0cffef42be99496cd Mon Sep 17 00:00:00 2001 From: nelsonlaquet Date: Sun, 1 Sep 2013 13:59:13 -0500 Subject: [PATCH] Hopefully fixed embeds --- 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 41606751..06554dc7 100644 --- a/app/library/Assets.php +++ b/app/library/Assets.php @@ -135,7 +135,7 @@ } else if ($area == 'embed') { $css = new AssetCollection([ new FileAsset('styles/embed.less'), - ], [new \Assetic\Filter\LessFilter('node')]); + ], [new \Assetic\Filter\LessFilter('node', Config::get('app.node_paths'))]); return $css; }