sheehan / grails-handlebars-resources

This plug-in supports using Handlebars.js templates with the Grails Resources Plugin.
Other
9 stars 8 forks source link

Add id attribute to resources to allow overriding in ApplicationResources.groovy #6

Closed chronodm closed 11 years ago

chronodm commented 11 years ago

Per my note on Issue 5 -- I added IDs to the JS resources in HandlebarsResources.groovy, so they can be referenced with an overrides block in ApplicationResources.groovy:

overrides {
    handlebars {
        resource id:'handlebars', disposition: 'head'
    }
}
buildhive commented 11 years ago

sheehan » grails-handlebars-resources #20 FAILURE Looks like there's a problem with this pull request (what's this?)

buildhive commented 11 years ago

sheehan » grails-handlebars-resources #21 SUCCESS This pull request looks good (what's this?)