Closed chronodm closed 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:
HandlebarsResources.groovy
overrides
ApplicationResources.groovy
overrides { handlebars { resource id:'handlebars', disposition: 'head' } }
sheehan » grails-handlebars-resources #20 FAILURE Looks like there's a problem with this pull request (what's this?)
sheehan » grails-handlebars-resources #21 SUCCESS This pull request looks good (what's this?)
Per my note on Issue 5 -- I added IDs to the JS resources in
HandlebarsResources.groovy
, so they can be referenced with anoverrides
block inApplicationResources.groovy
: