You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/09/28 15:03:18 UTC

[GitHub] [netbeans] matthiasblaesing edited a comment on issue #1234: FIX: SASS integration is broken - removed old parameter "--cache-location"

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists