-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Update link hrefs as well as script src for bundles #456
Comments
Would you like to provide a pull request for it @RichiCoder1 ? |
async triageQuestion(id) =>{
respondSameDay()
let response = await getResponseFromOP( { timeout : fromYears(4) } )
if(!response) {
closeQuestion(id,randomReason())
}
} |
It's a valid request. We can make it happen by reducing code: skip matching of BTW, |
@3cp yeah ~ is asp.net construct. Handled on server side. |
I see, my latest commit ignored all leading path to the bundle name, only replacing the bundle name part. It should cover this use case. Deleted few lines of code :-) |
Currently
setIndexFileConfigTarget
will updates all instances ofsrc=""
in the targetindex
with the new bundle names. It would be great if it could also updatehref=
s, as that would allow for things like<link rel="preload" href="~/scripts/app-bundle.js">
. Though I haven't determined if there's any advantage to doing so yet.The text was updated successfully, but these errors were encountered: