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
Post a Comment