-
Notifications
You must be signed in to change notification settings - Fork 66
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
Installer fix #3991
Installer fix #3991
Conversation
…e.g. run the console)
@Guite - your feedback is welcome. I will continue to work on this branch as I find time. You're assistance with the ImagineBundle would be very helpful. Of course, there are multiple things wrong here, this is only a work in progress. |
src/system/ThemeModule/EventListener/DefaultPageAssetSetterListener.php
Outdated
Show resolved
Hide resolved
I like the approach: getting the composer instance from the event seems a nice to migrate our custom actions. |
This reverts commit 37ed8c7.
… - this requires change in the generator
not sure why that ticket was closed without removing this lib. But throwing errors now, so removing
I'm not sure these will work properly in locations other than my own. This may need further work and gain some flexibility in the future - possibly using `router.request_context.base_url` setting
regarding 838fa1c paths can be tricky. especially because different production environments can be in myriad sub-directories. |
[ci skip] [skip ci]
Apply fixes from StyleCI
Description
trying to get project to build - e.g. composer will full work and run all scripts
also make sure that console runs properly
Todos