Recently upgraded a grails project to 2.3.7 and plugins to their newest, which has brought Resources plugin to 1.2.7. This worked fine with Grails 2.1.2 and resources plugin 1.2RC3, but now it is not:
whenever I have a css file that references something via a URL like this
.checkbox-input-wrap.checked {
background-image: url(/img/uniform-assets/checkbox.png);
}
On the webpage it leads to this error (it is leaving 'resource:/' on the front of the URL)
GET resource:/img/uniform-assets/checkbox.png net::ERR_UNKNOWN_URL_SCHEME