-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Docs wrong about sourceMapEmbed? #2729
Comments
I take that appendix back: the sourcemap was embedded, but post-css removed it afterwards. Maybe this heads-up helps others in this situation. |
Dart-sass is a different project https://github.com/sass/dart-sass |
I know it's a different project, but it uses node-sass. The documentation even consists of direct links to node-sass docs and the only place sourceMapEmbed is explained is https://github.com/sass/node-sass. So no reason to close this. |
dart-sass doesn't use node-sass, but I believe there is the option in gulp-sass to use either :) From your description, you're using the Dart combo (
Don't think documenting what 3rd party libraries might do with the output after it's compiled fits here |
Like I said, the only place sourceMapEmbed is explained is here. So it makes sense to ask about if it's bugged here, too, imho.
I wasn't "documentating" any 3rd party libraries. I cleared up a part of my initial post to "help others in this situation". |
@Therealskythe I am proposing some slight wording changes to the README file in #2754 (due to #2394). I didn't realize one would like to have it all in different directory. You can give an absolute path, but the relative one will be to the CSS output file. I don't think this should be changed, but maybe you can explain a bit more about your use case? Please feel free to propose a better wording for the documentation. |
Documentation says:
My code is (dart-sass 1.22.10 & grunt 1.0.3):
Expected behaviour: A sourcemap called foo.css.map should be created in root.
What happens: A sourcemap called styles.css.map is created next to the compiler css (styles.css).
Apart from that, I would expect the sourcemap URI to be embedded in the compiled CSS (by default btw, not because I added outFile and sourceMapEmbed). Doesnt happen.
What am I missing? This seems to have been confusing people for a looong time now #591.
The text was updated successfully, but these errors were encountered: