Thank you for the quick response! Yes, I have tried it. I included two JavaScript files which both load other Scripts via AMD. Then I configured a jsSplitPoint in the Web Minifier Plugin to create two compressed JavaScript files (in detail: script foo1 includes B, C; script foo2 includes D. After compressing, I got 1.min with foo1, B, C; 2.min with foo2, D). In the source HTML, foo1 was imported in the header while foo2 was imported after the body tag. But in the build target, both compressed scripts are located within the header. Maybe I got something wrong?
2012/5/3 Christopher Hunt <hu...@internode.on.net> > I *think* JS Import will work with scripts at the bottom of the page - > have you tried it? > > On 03/05/2012, at 1:54 AM, Arno Nuem wrote: > > > Hi Christopher, > > > > while it is possible to let the Web Minifier Maven Plugin create several > compressed scripts which increases performance through parallel loading, it > might also be desirable to put certain JavaScript imports - those which are > not required for rendering the start page - on the end of the markup to let > the HTML being rendered faster. Is there a way to tell that to the > JavaScript Import Maven Plugin? > > > > Thanks! > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >