Chrome DevTools and Meteor workspace

I am trying to use Chrome DevTools for some of my developments for my Meteor project (specifically my LESS files, but this is inappropriate).

It seems like there is now an error in Chrome that forces him to use the query string for the URL for matching, without any ability to tell her to simply ignore the question. Meteor puts query strings on all stylesheets, JavaScript files, etc., so it's problematic.

I see two possible solutions to this. Can anyone tell me:

  • Is it possible to delete query strings from Meteor (at least in dev environment)?
  • Or is it possible that the wildcard query strings in Chrome are somehow not mentioned in this error?

Or can someone think of another method?

Update: I'm not quite sure what I did, but it booted up without query lines once, and then I was able to do the mapping. Chrome complained about a slight mismatch in the URL, but otherwise seems to work. Does anyone know if this will continue, or if I'm just lucky?

+7
javascript google-chrome google-chrome-devtools meteor
source share

No one has answered this question yet.

See similar questions:

3
Chrome Devtools job display no longer works

or similar:

1554
Disabling Chrome Web Site Cache
1403
Disable same origin policy in Chrome
1153
How to force ASP.NET Web API to return JSON instead of XML using Chrome?
1058
Getting Chrome to accept a self-signed local certificate
949
How to remove border (contour) around text / input fields? (Chromium)
697
See the “Freeze Status” section of the Chrome Developer Tools.
540
How to view events triggered by an element in Chrome DevTools?
442
How to Move Chrome Tools
413
How to disable JavaScript in Chrome Developer Tools?
402
How to run JavaScript debugger in Google Chrome?

All Articles