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 240779 - On mac os 10.9 ruby 2.0.0 when compile scss trow error
Summary: On mac os 10.9 ruby 2.0.0 when compile scss trow error
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-21 15:20 UTC by memoyr
Modified: 2014-02-16 20:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description memoyr 2014-01-21 15:20:49 UTC
On mac os 10.9 ruby 2.0.0 when compile scss trow error.
Sass version : sass-3.2.13 

IDE log : 
INFO [CPOnSaveHook]: processSavedFile called for Sass type on project /Users/mg/Documents/Clients/testprojet.

Sass compile Panel  :

"/usr/bin/sass" "--cache-location" "/Users/mg/Library/Caches/NetBeans/7.4/sass-compiler" "--debug-info" "/Users/mg/Documents/Clients/testprojet" "--trace" "/Users/mg/Documents/Clients/testprojet/application/acc/public/scss/default.scss" "/Users/mg/Documents/Clients/testprojet/application/acc/public/css/default.css"

/Library/Ruby/Gems/2.0.0/gems/sass-3.2.13/lib/sass/engine.rb:223:in `read': Is a directory - /Users/mg/Documents/Clients/testprojet (Errno::EISDIR)
	from /Library/Ruby/Gems/2.0.0/gems/sass-3.2.13/lib/sass/engine.rb:223:in `for_file'
	from /Library/Ruby/Gems/2.0.0/gems/sass-3.2.13/lib/sass/exec.rb:339:in `process_result'
	from /Library/Ruby/Gems/2.0.0/gems/sass-3.2.13/lib/sass/exec.rb:41:in `parse'
	from /Library/Ruby/Gems/2.0.0/gems/sass-3.2.13/lib/sass/exec.rb:21:in `parse!'
	from /Library/Ruby/Gems/2.0.0/gems/sass-3.2.13/bin/sass:13:in `<top (required)>'
	from /usr/bin/sass:23:in `load'
	from /usr/bin/sass:23:in `<main>'
Done.