I am using grails 2.2.1 and IntelliJ IDEA 14 for development. During development, when .gsp files are changed, they get recompiled and loaded but not template files (_.gsp). Is there a way I can get this working? Appreciate any reply.
Asked
Active
Viewed 89 times
1 Answers
0
Welcome to Stack Overflow. Your question may have already been answered. Check out this post on the Grails reloading configuration. You will want to edit your config.groovy file with something like the following.
disable.auto.recompile=false
grails.gsp.enable.reload=true