Placement Of JS Resource Via <r:external />
问题 I'm using the Resources plugin in Grails 2.0.1. The issue I'm having is getting a JavaScript resource specified using r:external to be placed after all of the other script previously declared using either r:require or r:external, all in the deferred disposition. Currently the resource specified using r:external it is being output in the location where the r:external tag is placed. I have a layout file that contains an r:require tag to fetch some core resources: <html> <head> ... <r:require