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

Fix duplicate assets and multiple pipeline runs #12483

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mkurz
Copy link
Member

@mkurz mkurz commented Mar 18, 2024

Added an exhaustive scripted test.
In the first commit the scripted tests test for the wrong behaviour (currently present until Play 3.0.2).
In the second commit I add the keys to fix the problem and also adjust the scripte test, so you can nicely see what's changed (which files will not be packaged anymore and also that the asset pipeline runs correctly now).

@mkurz mkurz added this to the 2.10.0 / 3.1.0 milestone Mar 18, 2024
@mkurz mkurz changed the title Fix duplicate assets and pipeline runs Fix duplicate assets and multiple pipeline runs Mar 18, 2024
@mkurz
Copy link
Member Author

mkurz commented Mar 19, 2024

hmm... there is a scripted test failing, also maybe #12484 play a role here and should be looked into

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In Progress
Development

Successfully merging this pull request may close these issues.

Public assets included twice in dist package. Play Assets Pipeline runs multiple times
1 participant