-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
[AllBundles] Configure asset packages and add package to asset call #2776
base: master
Are you sure you want to change the base?
Conversation
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.
Hi @, your PR needs some changes
- This PR seems to need a milestone of a minor release.
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.
Hi @, your PR passed all our requirements.
Thank you for contributing!
], | ||
], | ||
]; | ||
$container->prependExtensionConfig('framework', $frameworkExtensionConfig); |
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.
Not sure if this is the right bundle, but there is no core bundle available. Maybe move to the admin bundle?
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.
Yes indeed this needs to moved to the admin bundle as most of the other bundles (if not all) have the admin bundle as a dependency. Also the minimum version needs to be bumped in those bundle composer files
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.
Configuration moved. Which composer files needs a change?
src/Kunstmaan/MediaBundle/DependencyInjection/KunstmaanMediaExtension.php
Outdated
Show resolved
Hide resolved
9ee3ece
to
308bb43
Compare
83a4a7e
to
5a59bbb
Compare
2c94ac0
to
19fc3c4
Compare
@acrobat Do you have an update for this? |
@dannyvw I've assigned this PR to myself, so I can test it in a real project. Can you rebase against the current master as it makes it easier to test it and have the new github actions setup here. |
@acrobat Done |
7dbe06d
to
21c8236
Compare
21c8236
to
565c0b4
Compare
Configure asset package in Symfony and use this for all asset calls. With this change it is possible to configure a different base_url for different assets. The generate urls are default the same as before.
Also a few changes from #2769 are added in this PR.