Skip to content

Instantly share code, notes, and snippets.

@banada
Created October 16, 2013 15:19
Show Gist options
  • Save banada/7009418 to your computer and use it in GitHub Desktop.
Save banada/7009418 to your computer and use it in GitHub Desktop.
ApplicationResources.groovy
modules = {
application {
resource url:'js/application.js'
}
bootstrap {
dependsOn 'jquery'
resource url: 'js/bootstrap.js'
resource url: 'less/bootstrap.less',attrs:[rel: "stylesheet/less", type:'css']
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment