Re: How to remove Blackbird.css

2009-06-12 Thread Peter Stavrinides
; Sent: Saturday, 6 June, 2009 02:55:22 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: How to remove Blackbird.css At the moment, no. Blackbird is used not only for debugging, but also for ajax-related client-side notifications. Ie, if an ajax request fails for some reason, the cli

Re: How to remove Blackbird.css

2009-06-05 Thread Craig St. Jean
Thank you for that clarification! I haven't gotten far enough into Tapestry 5.1 to realize that... On Fri, Jun 5, 2009 at 7:55 PM, Robert Zeigler wrote: > At the moment, no. > Blackbird is used not only for debugging, but also for ajax-related > client-side notifications. Ie, if an ajax request

Re: How to remove Blackbird.css

2009-06-05 Thread Robert Zeigler
At the moment, no. Blackbird is used not only for debugging, but also for ajax-related client-side notifications. Ie, if an ajax request fails for some reason, the client will be notified via a blackbird console. You /do/ want your users to know that an issue occurred during an ajax request,

How to remove Blackbird.css

2009-06-05 Thread Craig St. Jean
Hello,Blackbird is nice, but I don't want any reference to it in production. For example, the blackbird.css is included, even if I set production mode to true. Is there any way to remove this? Thank you!