Grails won't load changes done in static resources (except when restarting)

前端 未结 2 1927
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-20 18:25

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

2条回答
  •  一生所求
    2021-02-20 18:52

    Add this to your Config.groovy (probably just for development)

    grails.resources.debug = true
    

    Read the docs for more info.

提交回复
热议问题