Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Closed
wants to merge 4 commits into from
Closed

Conversation

dbu
Copy link
Contributor

@dbu dbu commented Mar 16, 2011

this is the config change to make the new assetic filter for lessphp available in symfony

@lsmith77
Copy link
Contributor

FYI: Requires kriswallsmith/assetic#19

@lsmith77
Copy link
Contributor

As I commented over there you might want to add the file to include via the DIC:
https://github.com/FriendsOfSymfony/FacebookBundle/blob/master/Resources/config/facebook.xml#L10

@dbu
Copy link
Contributor Author

dbu commented Mar 16, 2011

yes, working on that change

@@ -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'])) {
Copy link
Contributor

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: ..

@kriswallsmith
Copy link
Contributor

Let's re-open this once the patch is merged into Assetic.

jderusse pushed a commit to jderusse/symfony that referenced this pull request Mar 30, 2020
chalasr pushed a commit to chalasr/symfony that referenced this pull request Sep 24, 2020
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants