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.
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.
/*# sourceMappingURL=main.css.map */
Any pointers on how to troubleshoot this?