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 254245 - NetBeans SASS/SCSS compiler can't import sprites
Summary: NetBeans SASS/SCSS compiler can't import sprites
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: PC Windows 8.1
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-10 19:04 UTC by inuk66
Modified: 2015-08-14 12:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Error Message from Netbeans Sass Compiler (3.44 KB, text/plain)
2015-08-10 19:04 UTC, inuk66
Details

Note You need to log in before you can comment on or make changes to this bug.
Description inuk66 2015-08-10 19:04:14 UTC
Created attachment 155253 [details]
Error Message from Netbeans Sass Compiler

I have recently begun using the NetBeans IDE and was able to install Ruby, SASS and Compass on my PC.

For a WordPress project that I am working on in my spare time, I have managed to successfully configure SASS to watch a particular directory and compile on save of style.scss.

The problem occurs, however, when I try to import sprites using Compass and I get an error message, see attached output.

There shouldn't be anything wrong with my Ruby, SASS and Compass installation as I'm able to compile the SASS project from the Ruby Command Line.

From the output, it appears to be looking in the relative path "./images" for sprites to import. I am confused as to why this is happening as I have not defined this location in my "config.rb" nor anywhere else in my project.