What is the right way to add a Google web font css dependency to a grails app using the resources plugin?
For some reason, the grails resources plugin seems to want to remove the query string.
modules = {
mainLayout {
dependsOn 'bootstrap-css,bootstrap-responsive-css,bootstrap-dropdown'
resource url: 'css/main.css'
resource url: 'http://fonts.googleapis.com/css?family=Snowburst One', attrs: [type: "css"]
}
}
The HTML has this: