This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Description
There seems to be an issue in binding.cpp, that the outFile path is never sent to upstream. The corresponding output-path in upstream is used for "file" member of source-map JSON and now to resolve relative URLs for source-map URL-string. See sass/libsass#441 and sass/libsass#455.
The weird thing is that the param is being captured in sass.js, but never appear in binding.cpp as ctx->outFile.