On Fri, Jul 30, 2010 at 10:46 PM, Mislav Marohnić <[email protected] > wrote:
> On Fri, Jul 30, 2010 at 21:41, Jeroen van Dijk <[email protected] > > wrote: > >> I didn't really see a difference between using the Sass middleware to >> generate the new stylesheets and the direct Sass commands. That said, I >> didn't benchmark it with tools just with my gut feeling. > > > Nice tool. But it still can't be used with Apache + Passenger, right? > Because requests to CSS files would never hit the Rack app (nor the > middleware). > > Not sure. I thought the ActionDispatch::Static middleware would normally serve them, at least in development. I haven't used Apache and Passenger for development in a long while. Just tried to install it with RVM but failed miserably. If it doesn't work I'll have to use your solution to reload the Sass. The rest, e.g. Rails javascript injection, should work the same I assume. > -- > You received this message because you are subscribed to the Google Groups > "Haml" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected] <haml%[email protected]>. > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/haml?hl=en.
