Skip to content

Instantly share code, notes, and snippets.

@gcollazo
Last active December 2, 2015 23:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gcollazo/6bc73888d6721097587a to your computer and use it in GitHub Desktop.
Save gcollazo/6bc73888d6721097587a to your computer and use it in GitHub Desktop.
Source maps not updating after live reload.

Google Chrome: Source maps not updating after live reload.

After a css live reload we noticed that source maps did update and line numbers shown in the style inspector where correct but the source files did not change. A quick close and open of the inspector seems to fix the issue.

Tested on Chrome:

  • 47.0.2526.73 (64-bit): Has the problem
  • 47.0.2526.73 beta (64-bit): Has the problem
  • 49.0.2579.0 canary (64-bit): Works sometimes

Using ember-cli on Beta:

Using webpack on Beta:

Using webpack on Canary:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment