Thanks for the clarification.

I like this change overall (it can help pageload times because the larger
libraries will always be cached by the client after the first pageload), but
I think it's missing part of the benefit of how the feature was in 5.1. I
have a few libraries which I include on every page which I'll put in a stack
now (or include in core, assuming there's a way to do that), but many of my
components have their own javascript file, so I end up with pages that have
several small javascript files on them which would be better combined in to
one virtual file. It would be nice if there was an option to enable the old
combine scripts, where javascript files that aren't part of a stack get
combined.

On Tue, Jan 18, 2011 at 12:59 PM, Howard Lewis Ship <hls...@gmail.com>wrote:

> Not a bug; a change in behavior.
>
> http://tapestry.apache.org/release-notes-52.html
>
> https://issues.apache.org/jira/browse/TAP5-769
>
>
> ... but we should update the release notes to make a larger not of this.
>
>
> On Tue, Jan 18, 2011 at 9:53 AM, LLTYK <ll...@mailinator.com> wrote:
> >
> > The builtin tapestry stuff seems to combine itself into core.js if it's
> > included as a stack. Maybe it works if you create a javascriptstack
> instead?
> > Still a bug though.
> > --
> > View this message in context:
> http://tapestry-users.832.n2.nabble.com/Combine-scripts-doesn-t-work-in-5-2-4-tp5929290p5936505.html
> > Sent from the Tapestry Users mailing list archive at Nabble.com.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > For additional commands, e-mail: users-h...@tapestry.apache.org
> >
> >
>
>
>
> --
> Howard M. Lewis Ship
>
> Creator of Apache Tapestry
>
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to