Re: T5: Assets outside of the WebApp

2008-07-28 Thread Steven Woolley
Is there a problem with simply including it it like so (in your tml). With this in the page class: @Property private String yahooMin = "http://yui.yahooapis.com/2.5.2/build/yahoo/yahoo-min.js "; etc.? On Jul 24, 2008, at 5:42 AM, Russell Brown wrote: Hi, I'm wondering if I can inject as

T5: Assets outside of the WebApp

2008-07-24 Thread Russell Brown
Hi, I'm wondering if I can inject assets or better yet IncludeJavaScriptLibrary from outside the web app? For instance if I want to include the YUI libraries direct from Yahoo! rather than download and bundle them with my web app? @IncludeJavaScriptLibrary( { "http://yui.yahooapis.com/2.5.2/bui