Skip to content
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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dannyvw
Copy link
Contributor

@dannyvw dannyvw commented Oct 2, 2020

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Fixed tickets comma separated list of tickets fixed by the PR

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.

Copy link

@ProfessorKuma ProfessorKuma left a 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.

@ProfessorKuma ProfessorKuma added this to the 5.7.0 milestone Oct 2, 2020
Copy link

@ProfessorKuma ProfessorKuma left a 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);
Copy link
Contributor Author

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?

Copy link
Member

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

Copy link
Contributor Author

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?

@dannyvw dannyvw force-pushed the asset-package branch 3 times, most recently from 9ee3ece to 308bb43 Compare October 13, 2020 09:27
@dannyvw dannyvw force-pushed the asset-package branch 2 times, most recently from 83a4a7e to 5a59bbb Compare October 21, 2020 13:33
@acrobat acrobat modified the milestones: 5.7.0, 5.8.0 Oct 21, 2020
@dannyvw dannyvw force-pushed the asset-package branch 2 times, most recently from 2c94ac0 to 19fc3c4 Compare October 22, 2020 13:17
@dannyvw
Copy link
Contributor Author

dannyvw commented Mar 12, 2021

@acrobat Do you have an update for this?

@acrobat acrobat modified the milestones: 5.8.0, 5.9.0 Mar 17, 2021
@acrobat acrobat self-assigned this Apr 25, 2021
@acrobat
Copy link
Member

acrobat commented Apr 25, 2021

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

@dannyvw
Copy link
Contributor Author

dannyvw commented May 3, 2021

@acrobat Done

@acrobat acrobat modified the milestones: 5.9.0, 5.10.0 Oct 10, 2021
@acrobat acrobat removed this from the 5.10.0 milestone Oct 12, 2021
@dannyvw dannyvw force-pushed the asset-package branch 2 times, most recently from 7dbe06d to 21c8236 Compare October 12, 2021 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants