Re: [haml] I am new to Sass and am getting this error..

2011-02-08 Thread Chris Eppstein
Using sass with RVM causes this because FSEvents is a library that is only
available in the system install. All it means is that at worst compilation
will start about 1s after you save. If you're on a laptop, polling will use
up battery faster than using fsevents.

chris

On Tue, Feb 8, 2011 at 7:38 AM, general_salt  wrote:

> Warning: Unable to load CarbonCore. FSEvents will be unavailable.
>
> This happens after I run..
> $ sass --watch test_base.scss:test_base.css
>
> I have Googled this problem and it seems it is 'polling' for changes,
> and I get the impression that is a big performance issue.
>
> Ps. Trying to get this running with Ruby on Rails, using RVM.
>
> Any help would really be appreciated!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Haml" group.
> To post to this group, send email to haml@googlegroups.com.
> To unsubscribe from this group, send email to
> haml+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/haml?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to haml@googlegroups.com.
To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.



Re: [haml] I am new to Sass and am getting this error..

2011-02-08 Thread george Norris
Ah bummer. I do use a laptop. Thanks for clarifying the problem though, wish
there was a way around it!
regards,
George


George C. Norris
757-647-5525
geo...@stoplion.com
AIM: angelmcfood



http://stoplion.com/
http://noahlarmz.com






On Tue, Feb 8, 2011 at 2:20 PM, Chris Eppstein  wrote:

> Using sass with RVM causes this because FSEvents is a library that is only
> available in the system install. All it means is that at worst compilation
> will start about 1s after you save. If you're on a laptop, polling will use
> up battery faster than using fsevents.
>
> chris
>
> On Tue, Feb 8, 2011 at 7:38 AM, general_salt wrote:
>
>> Warning: Unable to load CarbonCore. FSEvents will be unavailable.
>>
>> This happens after I run..
>> $ sass --watch test_base.scss:test_base.css
>>
>> I have Googled this problem and it seems it is 'polling' for changes,
>> and I get the impression that is a big performance issue.
>>
>> Ps. Trying to get this running with Ruby on Rails, using RVM.
>>
>> Any help would really be appreciated!
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Haml" group.
>> To post to this group, send email to haml@googlegroups.com.
>> To unsubscribe from this group, send email to
>> haml+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/haml?hl=en.
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Haml" group.
> To post to this group, send email to haml@googlegroups.com.
> To unsubscribe from this group, send email to
> haml+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/haml?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to haml@googlegroups.com.
To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.



Re: [haml] I am new to Sass and am getting this error..

2011-02-08 Thread Chris Eppstein
If you use your system gems it will work.

On Tue, Feb 8, 2011 at 1:23 PM, george Norris  wrote:

> Ah bummer. I do use a laptop. Thanks for clarifying the problem though,
> wish there was a way around it!
> regards,
> George
>
> 
> George C. Norris
> 757-647-5525
> geo...@stoplion.com
> AIM: angelmcfood
>
>
>
> http://stoplion.com/
> http://noahlarmz.com
> 
>
>
>
>
>
> On Tue, Feb 8, 2011 at 2:20 PM, Chris Eppstein wrote:
>
>> Using sass with RVM causes this because FSEvents is a library that is only
>> available in the system install. All it means is that at worst compilation
>> will start about 1s after you save. If you're on a laptop, polling will use
>> up battery faster than using fsevents.
>>
>> chris
>>
>> On Tue, Feb 8, 2011 at 7:38 AM, general_salt wrote:
>>
>>> Warning: Unable to load CarbonCore. FSEvents will be unavailable.
>>>
>>> This happens after I run..
>>> $ sass --watch test_base.scss:test_base.css
>>>
>>> I have Googled this problem and it seems it is 'polling' for changes,
>>> and I get the impression that is a big performance issue.
>>>
>>> Ps. Trying to get this running with Ruby on Rails, using RVM.
>>>
>>> Any help would really be appreciated!
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "Haml" group.
>>> To post to this group, send email to haml@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> haml+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/haml?hl=en.
>>>
>>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Haml" group.
>> To post to this group, send email to haml@googlegroups.com.
>> To unsubscribe from this group, send email to
>> haml+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/haml?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Haml" group.
> To post to this group, send email to haml@googlegroups.com.
> To unsubscribe from this group, send email to
> haml+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/haml?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to haml@googlegroups.com.
To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.