-
Notifications
You must be signed in to change notification settings - Fork 1.3k
omitSourceMapUrl not working? #546
Comments
I can reproduce this issue. This is the issue with omitSourceMapUrl. It happens because our outFile resolving method has a bug, which I will fix for v2. For workaround, please set the absolute URL in outFile. A side note: there is no option called |
@andrew, alrighty. I thought the v2 label says it all. 😄 |
@am11 Still not working. First tried an absolute path, didn't work. Then updated to 1.2.3, used relative path, didn't work. I'm on Windows 7 by the way. |
@temega, this is added as a v2 feature, which means; it will be made available with node-sass version 2, which is unreleased at the moment. v1.2.3 did not obtain any new feature. It only has the rebuilt libsass binary.
This should not affect how |
I'm with @andrew on letting GitHub do the closing by putting "fixes" in the PR description and leaving this one open until its merged. |
@michaek, just reopened it. I was under the impression that libsass was near to get a next release. But apparently, they have some issues to tackle before vNext. Meanwhile, we can add more features. |
Can't seem to get omitSourceMapUrl to work, never managed to get the url in my .css file while .css.map does get created.
@1.2.2
The text was updated successfully, but these errors were encountered: