Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding CSS/JS sourcemaps #3

Merged
merged 1 commit into from
Aug 5, 2018
Merged

Adding CSS/JS sourcemaps #3

merged 1 commit into from
Aug 5, 2018

Conversation

anthonyhastings
Copy link
Owner

@anthonyhastings anthonyhastings commented Aug 5, 2018

  • Adding sourcemaps for CSS assets.
  • Adding sourcemaps for JS assets.

Notes:

  • All sourcemaps have been setup to be external map files, that include all source code within them.
  • CSS line numbers appear confusing at first glance, but it's the line number to the first CSS rule, e.g. index.scss:46 won't point to the start of the selector, it'll point to the elements first inherited rule from that selector.

Further Reading:

@anthonyhastings anthonyhastings merged commit f802fdb into master Aug 5, 2018
@anthonyhastings anthonyhastings deleted the asset-sourcemaps branch August 5, 2018 22:29
@anthonyhastings
Copy link
Owner Author

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant