Using the grails YUI plugin I've noticed that my gui tags are replaced with some javascript code that is inserted in the HTML page.
Is this behavior contradicts the Yahoo rule of Making JavaScript and CSS External? (http://developer.yahoo.com/performance/rules.html)
In other words, how do I separate the script code from the HTML page in order to allow external js script caching?
Should I use the grails ui performance plugin (http://grails.org/plugin/ui-performance) for that matter? is there any other way to do it?
Thanks, Guy