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

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -