Side navigation
#14395 closed bug (wontfix)
Opened September 27, 2013 05:11PM UTC
Closed November 09, 2013 11:04PM UTC
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.
Attachments (0)
Change History (2)
Changed September 27, 2013 05:14PM UTC by comment:1
component: | unfiled → web |
---|---|
milestone: | None → 1.11/2.1 |
owner: | → m_gol |
priority: | undecided → low |
status: | new → assigned |
Changed November 09, 2013 11:04PM UTC by comment:2
resolution: | → wontfix |
---|---|
status: | assigned → closed |
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.