matthiasblaesing edited a comment on issue #1234: FIX: SASS integration is broken - removed old parameter "--cache-location" URL: https://github.com/apache/netbeans/pull/1234#issuecomment-536197265 The situation is a bit more complex as each tool should have its own options (*insert sarcastic comment here*), sassc and node-sass do not share the same CLI options. - sassc has: `-m, --sourcemap[=TYPE] Emit source map (auto or inline).` - node-sass has: `--source-map Emit source map` So while both are based on `libsass` both are incompatible. The libsass implementation worked around this by not handling the debug setting. So we would still need to check the binary to get the right option.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
