Grails jquery changes -


i brand new grails of today , coming ruby on rails. question if edit jquery or code while grails app running locally, need restart server every time see changes? or when save changes should see them on localhost in rails? thanks!

grails have auto reloading feature:

when grails application executed via 'grails run-app' command configured auto-reloading (development mode). mode disabled when war created via 'grails war' command.

this feature recompiles classes don't need restart application in each file change.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -