Opened 9 years ago
Closed 9 years ago
#14395 closed bug (wontfix)
Put absolute URLs to source maps in release scripts
Reported by: | m_gol | Owned by: | m_gol |
---|---|---|---|
Priority: | low | Milestone: | 1.11/2.1 |
Component: | web | Version: | 2.1.0-beta1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Since renaming files on the internet is a common thing we get a lot of 404 on sites that renamed the files without changing URL to the source map.
Another issue are sites putting only minified files in their assets; the file still requests the source map file.
We should update the release scripts so that the sourceMappingURL
pragma points out to the file under code.jquery.com. Custom builds via running grunt
should still use relative paths.
Change History (2)
comment:1 Changed 9 years ago by
Component: | unfiled → web |
---|---|
Milestone: | None → 1.11/2.1 |
Owner: | set to m_gol |
Priority: | undecided → low |
Status: | new → assigned |
comment:2 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
We've decided to remove the source map comment for now, so I'm closing it. We may go back to it later in case people actually need it.