This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Output path never sent to upstream? #379
Comments
am11
added a commit
to am11/node-sass
that referenced
this issue
Aug 24, 2014
This was referenced Aug 24, 2014
am11
added a commit
to am11/node-sass
that referenced
this issue
Aug 24, 2014
am11
added a commit
to am11/node-sass
that referenced
this issue
Aug 24, 2014
am11
added a commit
to am11/node-sass
that referenced
this issue
Aug 24, 2014
am11
added a commit
to am11/node-sass
that referenced
this issue
Aug 24, 2014
am11
added a commit
to am11/node-sass
that referenced
this issue
Aug 24, 2014
am11
added a commit
to am11/node-sass
that referenced
this issue
Aug 24, 2014
andrew
pushed a commit
that referenced
this issue
Aug 24, 2014
Binding: Send output path to upstream (#379)
am11
added a commit
to am11/node-sass
that referenced
this issue
Aug 24, 2014
am11
added a commit
to am11/node-sass
that referenced
this issue
Aug 24, 2014
am11
added a commit
to am11/node-sass
that referenced
this issue
Aug 24, 2014
am11
added a commit
that referenced
this issue
Aug 25, 2014
Binding: Send output path to upstream (#379)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There seems to be an issue in binding.cpp, that the
outFile
path is never sent to upstream. The correspondingoutput-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
.The text was updated successfully, but these errors were encountered: