Grails 2.2.1 and IntelliJ. Application template files (_*.gsp) not getting recompiled and need a server restart -


i using grails 2.2.1 , intellij idea 14 development. during development, when .gsp files changed, recompiled , loaded not template files (_.gsp). there way can working? appreciate reply.

welcome stack overflow. question may have been answered. check out post on grails reloading configuration. want edit config.groovy file following.

disable.auto.recompile=false grails.gsp.enable.reload=true 

Comments