Good point. I was being too short sighted.
On Apr 1, 10:57 am, Vance Lucas <
va...@vancelucas.com> wrote:
> You could certainly go that way, but I personally use it all the time and
> like it. I don't see it as bloat, and therefore don't see any reason for it
> to be removed, but to each his own, I guess. :)
>
> The main benefit is when you need to add stylesheets or scripts
> programmatically with dynamic variables outside the actual layout HTML
> markup. A good example is a CMS I am building that adds markup, scripts, and
> styles to the page if you are logged in with edit rights using the Head
> helper's append/prepend methods. This is also a good way for plugins and
> modules to add asset dependencies dynamically at runtime.
>
> --