-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
kriswallsmith: AsseticBundle config additions for lessphp filter #299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
FYI: Requires kriswallsmith/assetic#19 |
As I commented over there you might want to add the file to include via the DIC: |
yes, working on that change |
…e if file name defined
@@ -57,6 +57,9 @@ class AsseticExtension extends Extension | |||
$container->setParameter('assetic.yui_jar', $config['yui']); | |||
$loader->load('yui_compressor.xml'); | |||
} | |||
if (isset($config['lessphp_file'])) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe it would make sense to use an array of files here? just for forwards compatibility?
file:
lessphp: ..
Let's re-open this once the patch is merged into Assetic. |
Add Symfony's May 2018 advisories
Changelog for 0.7.0
this is the config change to make the new assetic filter for lessphp available in symfony