08:36:47 <ndee> Hi guys, builder tells me that a "Template contains uncompilable ViewHelpers", is there a way to find out which viewhelpers that exactly are?
08:47:57 <bjo3rn> ndee switch/case is one I know to be uncompilable.
08:48:39 <ndee> @bjo3rn: is there a list of uncompilable viewhelpers somewhere? What are the characteristics of un uncompilable viewhelper?
09:27:41 <ndee> I found the following VHs which implement the ChildNodeAccessInterface: v:debug, v:security.allow, v:security.deny, v:switch, neither the template nor the layout contains any of those viewhelpers. I'm using the <flux:widget.grid /> in the preview so it seems as <flux:widget.grid /> makes the template not cachable.
10:09:49 <braguzz> how to loop for a first x items af array in a fluid template?