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 244631 - Need to disable looking for growl.app in SASS files
Summary: Need to disable looking for growl.app in SASS files
Status: RESOLVED INVALID
Alias: None
Product: web
Classification: Unclassified
Component: CSS Preprocessors (SASS, LESS, ...) (show other bugs)
Version: 8.0
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: issues@web
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-21 15:48 UTC by tlilleberg
Modified: 2014-05-21 16:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screen shot of the window (102.46 KB, image/png)
2014-05-21 15:48 UTC, tlilleberg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tlilleberg 2014-05-21 15:48:42 UTC
Created attachment 147366 [details]
screen shot of the window

Hello,

Whenever I save a SASS file and there's an error in it I get a popup asking "Where's growl.app?" and a file-manager to locate it. 

The issue is, I don't have growl.app, nor do I want it. I've tried installing/enabling and disabling/uninstalling NBNotify and I still get the error. I've tried disabling CSS Preprocessors even, which removed syntax highlighting but the window still popped up.

This doesn't happen with PHP or jQuery, just SASS.

I don't want to pay for growl and I don't want the pop-up that it's trying to display. Is there a way to get netbeans to stop this?


Active Plugins:
Local Tasks
Database
Spellchecker
Git
CSS Source Model
Local History
IDE Branding
IDE Platform
Spellchecker English Dictionaries
Bugzilla
Embedded Browser UI - JavaFX WebView
C/C++
C/C++ Code Analysis API
C/C++ Code Analysis Impl
Knockout HTML Editor
HTML Custom
HTML5 Kit
PHP Static Analysis
PHP
RCP Platform
Service Registry
CSS Preprocessers


Thanks
Comment 1 Vladimir Riha 2014-05-21 16:11:53 UTC
Are you sure it is related to NetBeans? Could you please go to NetBeans->Options->Miscellaneous->CSS Preprocessors and paste here path to Sass compiler?

- if you disable Compile on Save for Sass, does it still happen?
- could you run command to compile the Sass manually from command line? Something like:

$ cd [folder with scss file]
$ /usr/local/bin/sass --sourcemap file.scss file.css

 - where 
    /usr/local/bin/sass  is the path to Sass compiler (you will likely have different on Mac, you can find it in NetBeans as written above)
   file.scss is some scss file containing some simple CSS rule


Thank you
Comment 2 Vladimir Riha 2014-05-21 16:19:58 UTC
One other case, does it happen when you open, modify and save the scss file in external editor (e.g the default text editor)?
Comment 3 tlilleberg 2014-05-21 16:21:53 UTC
Aha, I've made a silly assumption.

Your comment that it may not be netbeans prompted me to turn off compass and try it again and it is indeed compass, not netbeans.

Sorry about that! My bad.

(Netbeans rocks)

-- Travis
Comment 4 Vladimir Riha 2014-05-21 16:30:51 UTC
No problem, thank you for update.