-
Notifications
You must be signed in to change notification settings - Fork 181
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
ScriptHandler fails to install glyphicons in Symfony 2.5 #245
Comments
Is there a config option I can use that gets me the location of the Symfony console in Symfony < 2.5 and >= 2.5? |
This is how I solved it in the SpBowerBundle. Use the Edit. Oops, it should be, use the |
I'll open a PR today to fix this. |
@Stok - I was already preparing the PR. :) |
No problem ;) |
Closed by #247 |
The ScriptHandler should be updated to support the new location of the Symfony console in Symfony 2.5.
I think is sufficient to update the
$appDir
variable initialization in theinstall
function.https://github.com/braincrafted/bootstrap-bundle/blob/develop/Composer/ScriptHandler.php#L33
The text was updated successfully, but these errors were encountered: