This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 256020 - LibSASS support for the SCSS preprocessor
Summary: LibSASS support for the SCSS preprocessor
Status: RESOLVED DUPLICATE of bug 247890
Alias: None
Product: web
Classification: Unclassified
Component: CSS Preprocessors (SASS, LESS, ...) (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-19 14:26 UTC by shellcat
Modified: 2015-10-20 06:49 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description shellcat 2015-10-19 14:26:13 UTC
sassc (libsass) cannot be used as a Sass executable  - parameters like "--cache-location" are only meant for Ruby's SASS implementation:

>>>>>> 

"/usr/local/bin/sassc" "--cache-location" "/home/user/.cache/netbeans/8.1rc/sass-compiler" "--debug-info" "--style" "compact" "/home/user/htdocs/project/scss/ibo-layout.scss" "/home/user/htdocs/project/css/ibo-layout.css"
/usr/local/bin/sassc: unrecognized option '--cache-location'
See '/usr/local/bin/sassc -h'
Done.

<<<<<<
Comment 1 Tomas Mysik 2015-10-20 06:49:38 UTC
Already available via a system property. See issue #247890 for more information.

Thanks for reporting.

*** This bug has been marked as a duplicate of bug 247890 ***