Re: combining scripts

2012-08-16 Thread Angelo C.
} -- View this message in context: http://tapestry.1045711.n5.nabble.com/combining-scripts-tp5715446p5715488.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tape

Re: combining scripts

2012-08-16 Thread Emmanuel DEMEY
rnal.transform.ImportWorker$1.work(ImportWorker.java:53) > at > > org.apache.tapestry5.internal.transform.ImportWorker$1.work(ImportWorker.java:50) > at org.apache.tapestry5.func.ArrayFlow.each(ArrayFlow.java:66) > at org.apache.tapestry5.func.ArrayFlow.each(Arra

Re: combining scripts

2012-08-15 Thread Angelo C.
ow.java:30) -- View this message in context: http://tapestry.1045711.n5.nabble.com/combining-scripts-tp5715446p5715481.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user

Re: combining scripts

2012-08-15 Thread Ray Nicholus
;> ret.add(assetSource.getContextAsset("js/jquery-1.7.1.js", null)); >>> >>> not working too >>> >>> >>> >>> -- >>> View this message in context: >>> http://tapestry.1045711.n5.nabble.com/combining-scripts-tp5

Re: combining scripts

2012-08-15 Thread Ray Nicholus
context as well: >> >> ret.add(assetSource.getContextAsset("/js/jquery-1.7.1.js", null)); >> >> also this: >> >> ret.add(assetSource.getContextAsset("js/jquery-1.7.1.js", null)); >> >> not working too >> >> >> >> -- >>

Re: combining scripts

2012-08-15 Thread Ray Nicholus
etContextAsset("js/jquery-1.7.1.js", null)); > > not working too > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/combining-scripts-tp5715446p5715474.html > Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: combining scripts

2012-08-15 Thread Angelo C.
i tried without context as well: ret.add(assetSource.getContextAsset("/js/jquery-1.7.1.js", null)); also this: ret.add(assetSource.getContextAsset("js/jquery-1.7.1.js", null)); not working too -- View this message in context: http://tapestry.1045711.n5.nabble.c

Re: combining scripts

2012-08-15 Thread Ray Nicholus
Asset("js/jquery-1.7.1.js", null)) > // not > working > ret.add(assetSource.getContextAsset("/js/jquery-1.7.1.js", null)); > // not working > > > > -- > View this message in context: > http://tapestry.1045711

Re: combining scripts

2012-08-15 Thread Angelo C.
quot;js/jquery-1.7.1.js", null)) // not working ret.add(assetSource.getContextAsset("/js/jquery-1.7.1.js", null)); // not working -- View this message in context: http://tapestry.1045711.n5.nabble.com/combining-scripts-tp5715446p5715469.html Sent from the Tapes

Re: combining scripts

2012-08-15 Thread Ray Nicholus
s the difference between > JavaScriptStack and scripts loaded from @Import? and how we can put them > together? Thanks, > > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/combining-scripts-tp5715446p5715450.html > Sent from

Re: combining scripts

2012-08-15 Thread Angelo C.
11.n5.nabble.com/combining-scripts-tp5715446p5715450.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: us

Re: combining scripts

2012-08-15 Thread Ray Nicholus
As stated in the documentation, this only combines scripts in a JavascriptStack. On Wed, Aug 15, 2012 at 9:32 AM, Angelo C. wrote: > Hi, > > I set this: > > configuration.add("tapestry.combine-scripts", "true"); > > and use @Import(library to include scripts, > > but i can see the scripts not c

Re: combining scripts

2012-08-15 Thread Howard Lewis Ship
Combine scripts only aggregates scripts inside the same JavaScriptStack. On Wednesday, August 15, 2012, Angelo C. wrote: > Hi, > > I set this: > > configuration.add("tapestry.combine-scripts", "true"); > > and use @Import(library to include scripts, > > but i can see the scripts not combined in

combining scripts

2012-08-15 Thread Angelo C.
Hi, I set this: configuration.add("tapestry.combine-scripts", "true"); and use @Import(library to include scripts, but i can see the scripts not combined in my page source like: "/assets/d83ba0cccf5d1e11/stack/en/core.js" type="text/javascript">