You can add it to your layout as
@Import(library = "yourlibraryname.js")
public class Layout {
}or You can also add it by contributing to MarkupRendererFilter regards Taha On Wed, May 4, 2011 at 7:08 PM, Ray Nicholus <[email protected]> wrote: > Any idea how I can easily do this? Ideally, I'd like to only make this > happen if a specific JVM arg is present. >
