Whay do you need batch=false ?
If you use batch false then you need to use a method like:
$webResourceManager.getStaticPluginResource("com.myplugin:resources","JSFile.js")
This will produce a url to the resource which you can use in <script> tag
I would advice removing <paramname="batch"value="false"/> and see what will happen.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.