I have an annoying problem with my new grails app. I\'m trying to mock up a design for a site that I will be making but whenever I do changes in my css it won\'t affect the runn
Add this to your Config.groovy (probably just for development)
grails.resources.debug = true
Read the docs for more info.