-
Notifications
You must be signed in to change notification settings - Fork 21
Rename files #10
Comments
What exactly do you mean by 'rename' please? For the pixijs issue, that is a bug on their end, not ours, & they need to fix it. If you think we can fix it on our end, that's cool. Could even add extra code to figure out if there is a sourcemap to rename it, but what to do if there are multiple minfied files & sourcmaps? Might be better at most just to flag as an issue (bot?), & await human interaction, don't you think? |
The problem that I was hoping to solve here was not the .map issue. This functionality could help us keep existing structure and auto-update projects at the same time. |
I thought we tried to cover this scenario with the per-version |
Sure, but in my opinion it doesn't make sense to change file structure outside of major.minor versions. Allowing mapping would allow us to enforce that rule until the next minor/major version is released when we can update the file structure |
In an ideal world, everyone would SemVer the exact same way. Reality is people are going to do what they do, which may break stuff. Are we going to enforce proper SemVer on everyone in every PR? (Which is a solution, but will require visually checking every version-changes.) Would file aliasing be a good idea when the file structure changes? I'm starting to lean towards removing the |
|
Is there any way to make the bot rename some files before pushing them?
This way we can make sure that all projects will follow our structure.
Discussion jsdelivr/jsdelivr#915
The text was updated successfully, but these errors were encountered: