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 - SASS: Add support for libraries like compass
Summary: SASS: Add support for libraries like compass
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Preprocessors (SASS, LESS, ...) (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
: 236402 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-09-26 07:38 UTC by 1saac
Modified: 2014-10-06 13:25 UTC (History)
2 users (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 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.