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

Troubleshooting source maps? #32

Open
orestis opened this issue Apr 17, 2020 · 1 comment
Open

Troubleshooting source maps? #32

orestis opened this issue Apr 17, 2020 · 1 comment

Comments

@orestis
Copy link

orestis commented Apr 17, 2020

Not sure if this is an issue in sass4clj or some other configuration, but I'm having trouble figuring why the source maps don't work.

  • I can verify that the generated CSS file contains as the last line /*# sourceMappingURL=main.css.map */
  • I can verify that the browser requests the file (I see it in my Pedestal logs)
  • I can verify that the source map file is accessible via the web server (I can download it via the browser)
  • I can verify that the source map is valid JSON
  • The browser seems to be able to pick up bits of SCSS that come from Bootstrap SCSS, but not a lot, not seemingly correct, and none of my actual code. In the devtools I just see the main.css file as the reference file. I tried with Chrome, Firefox, Safari on macOS, all same results.

Any pointers on how to troubleshoot this?

@julienba
Copy link

Did you find a way to troubleshoot this? @orestis
I'm having the same issue

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

No branches or pull requests

2 participants