Hi Nicolas,
It is definitely possible to disable Blackbird from Tapestry 5.1.0.5.
There are a few ways to do that.
One is to provide your own version of "blackbird.css" (empty) and
"blackbird.js" (just with Tapestry.Logging defined with empty functions
or functions logging to console log) by providing a custom value to
'tapestry.blackbird' symbol.
Another option is to override ClientInfrastructure service with own
implementation that includes only required Tapestry script and styles
files. Again, you need also to provide custom implementation of
Tapestry.Logging javascript methods.
Best regards,
Cezary
Mon, 22 Jul 2013 09:48:31 -0700 Howard Lewis Ship
<hls...@gmail.com> wrote:
I don't know that it is possible in 5.1. I honestly don't remember the
code, but that documentation is pretty clear evidence.
On Fri, Jul 19, 2013 at 6:53 AM, Nicolas Barrera <nbarr...@gmail.com> wrote:
Hello,
I 'm using Tapestry 5.1.0.5.
I 've read in this documentation page (
http://tapestry.apache.org/configuration.html) that there is a symbol for
enabling/disabling the blackbird console but it says "(in Tapestry 5.2 and
newer)".
Is there any way to disable it in Tapestry 5.1.0.5?
thanks.
Nicolás.-
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org