Skip to content

Instantly share code, notes, and snippets.

@bryanchug
Created November 14, 2012 20:04
Show Gist options
  • Save bryanchug/4074432 to your computer and use it in GitHub Desktop.
Save bryanchug/4074432 to your computer and use it in GitHub Desktop.
Grails favicon declaration in Resource modules
modules = {
favicon{
resource id: 'favicon', url: [file: 'favicon.ico'], disposition: 'head'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment