[haml] Re: No CSS generation using Rails3 + haml 3.0.10

2010-06-09 Thread yannis_
Hi, I got the same problem a few days ago (http://groups.google.com/group/ haml/browse_thread/thread/9a1cc4868ab12c72). I was unable to recreate a minimal Rails app that demonstrates the issue, as suggested by Nathan (maybe you could). The cause of this issue is probably the presence of non

[haml] Re: css not updated in Rails3 development environment

2010-06-09 Thread yannis_
could create a minimal Rails app that demonstrates the issue you're having. If I can reproduce this, I can fix it for you and others who might come across it in the future. On Thu, Jun 3, 2010 at 1:30 AM, yannis_ chocolatepango...@gmail.com wrote: Hi Nathan, I still got the following error

[haml] Re: css not updated in Rails3 development environment

2010-06-03 Thread yannis_
letting it silently fail. Haml does try to work around other gems' lack of Rails 3 compatibility, so if you can figure out which gem in particular is causing this I'll try to fix it. On Mon, May 31, 2010 at 1:22 AM, yannis_ chocolatepango...@gmail.comwrote: Hi everyone and many thanks

[haml] Re: css not updated in Rails3 development environment

2010-05-31 Thread yannis_
poorly with non-Rails3-ready plugins like will_paginate. On Fri, May 28, 2010 at 7:30 AM, yannis_ chocolatepango...@gmail.comwrote: Hi everyone, I'm currently developing a small Rails3 app, using Haml and Sass. In the development environment, after edition of the sass files

[haml] css not updated in Rails3 development environment

2010-05-28 Thread yannis_
Hi everyone, I'm currently developing a small Rails3 app, using Haml and Sass. In the development environment, after edition of the sass files, the corresponding css files are not updated on page reload. I've to force the update through the Sass --update command. Am I missing some settings?