-
Notifications
You must be signed in to change notification settings - Fork 131
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
New API usage breaks sourcemap generation #86
Comments
Probably a duplicate of sass/libsass#720 !? |
Well, the only new information is, that current master of libsass with |
Here is the receipt to reproduce the error: This way everything is fine:
But when giving an output file it generates an error:
test.css is written, but no sourcemap is written. I only tested this on Mac OS X, but i assume this error will also occur on Linux. Do you reopen this issue or should i file a new one? |
What ever caused this problem is fixed now. I can not reproduce this with current master of libsass & sassc. |
With commit 52f6857 the source map generation does no longer work.
I call my self compiled sassc like this:
sassc returns the error code 2 for "internal unknown error". In sassc.c:113 output gets called with all (but the last) parameter set to null.
With commit bbbac5d everything works as expected. So i will use this revision for now.
The text was updated successfully, but these errors were encountered: