java - Play-Framework - Disable public folder modification reload -
how possible disable reload of play-framework server when saving js (or else css, json etc.) file?
because i'm using extjs play-framework , development idle every reload of play-framework when modification in ext application , want see result in browser.
tanks contribution.
you can use externalassets
example
get /ext-assets/*file controllers.externalassets.at(path="/home/user/myplayapp/external", file)
note: externalassets working in dev mode, in prod mode receive notfound response
Comments
Post a Comment