Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Grails autocompile not in development environment

I am running Grails 2.1 in a environment called "local" because "development" is reserved for a staging system. But I want to have to auto compile like in dev mode, i.e. if I am changing a controller the changes are compiled at one without rerunning "run-app". The parameter grails.gsp.enable.reload=true doesn't work.

Any hints are highly appreciated. Thanks in advance

Reto

like image 493
retokiefer Avatar asked Jan 28 '26 18:01

retokiefer


1 Answers

Try starting up with

grails local -reloading run-app
like image 157
Kelly Avatar answered Jan 30 '26 18:01

Kelly



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!