Done :-) 2012/5/4 Christopher Hunt <[email protected]>
> Ah, that sounds like an issue with Webminifier. By design, it replaces > script declarations in the header. > > Would I be able to get you to raise an issue? > > http://jira.codehaus.org/browse/MWEBMINI > > Kind regards, > Christopher > > On 04/05/2012, at 1:18 AM, Arno Nuem wrote: > > > 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? > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
