-
Notifications
You must be signed in to change notification settings - Fork 185
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
Generate PublicPath from web_accessible_resources #1051
Comments
We forgot his question, so I made it an Issue for now. If we want to implement this feature, I can take it. |
Two problems with this:
Wildcards we wouldn't be able to support, because we'd have to do a build before generating the path to list all the files that match that pattern. The whole point of the And we shouldn't generate the manifest twice, once before the build and once after the build. Here's the current order of operations:
We might be able to move generating the manifest up, and only writing it to the output folder after the build. That would at least let us add real file paths to public paths from the manifest, as shown in the original discuss message. Need to think more on this, I'll add this to the 1.0 milestone as a potential breaking change to knock out before that release. |
Hmm, Thanks and I have a more understanding. I didn't think that complex case and thought I could just parse the It would be possible to branch the |
Yeah, can't just grab it from there, modules or project hooks might be modifying it. So then you have to also trigger all that, which we should only do once. |
Feature Request
Question from: https://discord.com/channels/1212416027611365476/1272982191764144248/1274317491337957408
publicPath
Is your feature request related to a bug?
N/A
What are the alternatives?
Add manually custom PublicPaths module.
Additional context
N/A
The text was updated successfully, but these errors were encountered: