My grails application is using jquery-ui and twitter bootstrap plugin. I use the default application.js structure. Then I add the following line to include the jquery-ui and bootstrap.js :
...
//= require jquery
//= require jquery-ui
//= require bootstrap
...
The bootstrap.js in loaded properly, but the jquery-ui.js is not included.