New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 719725 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit 29 days ago
Closed: Dec 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

DevTools fails to link less source maps to filesystem

Reported by m...@codeavengers.com, May 8 2017

Issue description

DevTools failed to link network resource to filesystem.

Platform: <Linux/Win/Mac>
Chrome version: <your chrome version>

What are the details of your project?
- Source code (if any): see attached source map
- Build System: custom
- HTTP server: Java google app engine

Assets failed to link (or incorrectly linked):
1. Source map has relative files: "sources":["/less-modules/ca-font.less","/less-modules/variables.less","/less/admin.less"]
2. Previous I could add the mapping [localhost => /] to map the root of localhost to the root of the war file I have added to workspace and the source maps would work. But now that I have auto detect on, it is not auto detecting this mapping.
3. I would have expected this sort of mapping to link to the filesystem file?

If I change the paths in the source map to full paths then it works.

If possible, please attach a screenshot of network sources navigator which should show which resources failed to map

 
admin.css.map
74.2 KB Download
Labels: Needs-Milestone
Labels: TE-NeedsTriageHelp
Owner: lushnikov@chromium.org
Status: Assigned (was: Unconfirmed)
The automapping should work just fine with your paths.

Can you please share the whole project with sourcemaps so that I can debug this further?
Status: WontFix (was: Assigned)
Speculatively closing this due to lack of feedback

Sign in to add a comment