How to prevent Grails from caching old versions of gsp file?

前端 未结 6 1467
心在旅途
心在旅途 2021-02-04 10:20

I am making modifications to /grails-app/views/index.gsp.

When I save the file and refresh http://localhost:8080/index.gsp in Firefox, I am getting an old version of the

6条回答
  •  悲&欢浪女
    2021-02-04 10:52

    For just development purposes try pressing ctrl+F5, it will refresh the page and the cache too.. for caching things on production and improving performance of page lookup ui-performance plugin and resources plugins of grails.

提交回复
热议问题