Changes between Initial Version and Version 1 of Ticket #14415
- Timestamp:
- Oct 2, 2013, 10:36:37 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14415
-
Property
Priority
changed from
undecided
toblocker
-
Property
Component
changed from
unfiled
tobuild
-
Property
Milestone
changed from
None
to1.11/2.1
-
Property
Priority
changed from
-
Ticket #14415 – Description
initial v1 1 In the core meeting today, we discussed how to deal with some of the problems that arose from adding sourcemap support:1 In the core meeting on Monday, we discussed how to deal with some of the problems that arose from adding sourcemap support: 2 2 3 3 * Chrome spews a 404 on the console if you use the min file and it can't find the map, because sourcemaps are now enabled by default. … … 18 18 Given the confusion above and the fact that many users are actually editing the file to avoid the 404 message, we may consider removing the sourcemap comment in the next version of jQuery. 19 19 20 Here are the things we'd like to see :20 Here are the things we'd like to see sourcemaps accommodate: 21 21 22 22 * Allow files to be renamed in the file system but still have sourcemaps work properly if a consistent naming is used. For example, renaming jquery-1.10.2.min.js to jquery.min.js would be fine as long as the corresponding map was renamed to jquery.min.map. That means the minified and map files should *not* contain full file names in their source.