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 236404

Summary: SASS: Add support for libraries like compass
Product: web Reporter: 1saac
Component: CSS Preprocessors (SASS, LESS, ...)Assignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal CC: macku, wellblogg
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description 1saac 2013-09-26 07:38:35 UTC
Don't actually know if it's a real DEFECT or just an Enhancement - sorry for that.

In my opinion it would be really nice to have the possibility to import/use a library like compass for sass. With compass the features of sass would get even more exciting.

I first tried to set the compass.bat file as the compiler for my sass/scss project. Actually I got the following error message:

Error: invalid option: --cache-location

I couldn't find any button to deactivate this parameter (if that would make sense anyway).

Know I have to go the old way through the command line to compile my project.

If I use the scss.bat/sass.bat I get the following error:

Syntax error: File to import not found or unreadable: compass/support.
              Load path: <path-to-project>
        on line 5 of <path-to-project>\file-with-import.scss
        from line 18 of <path-to-project>\style.scss
  Use --trace for backtrace.
Comment 1 Vladimir Riha 2013-09-26 07:40:44 UTC
*** Bug 236402 has been marked as a duplicate of this bug. ***
Comment 2 wizhippo 2013-12-03 15:37:47 UTC
Under css sass compiler options have you tried add --compass?
This works, but it would be nice if netbeans would pick up the the compass libs for codecompletion, or have the option to add sass include paths.