eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.
BSD 3-Clause "New" or "Revised" License
3.47k stars 314 forks source link

Warning appearing with Compass v1.0.0.RC1 #101

Open jordancortes opened 10 years ago

jordancortes commented 10 years ago

Since it's a RC from Compass I don't know if it's an issue to check but here it goes:

I'm working with the Cactus Mac App on Mavericks 10.9.4

Ruby Gems Installed:

When I run compas compile from the Mac terminal it works fine. But the Cactus console is showing me a weird error:

screen shot 2014-08-10 at 1 27 43

/Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:128:in `require': cannot load such file -- sass/script/node (LoadError)

The Cactus Mac App does not compile the file with the command at the plugin default.py, but when I run the same command at the Mac terminal it works.

The warning does not appear when I use:

UPDATE 1: With Cactus terminal v2.3.1 and v3 Compass1.0.0.RC1 works fine, even the errors are shown correctly.

cactus_terminal_2

cactus_terminal