We've a gradle project (java project) with jetty server. In this proyect, We use a gretty plugin for start the server. This's the gretty configuration:
With that configuration, we want that the browser (while the server is running) show this static files. This static files are being copied into /build/inplaceWebapp but the browser is not showing the updated code.
which template engine you use?
what if you would try accessing non-template file in the same directory - does it get properly updated in the browser after fast-reload?
We've a gradle project (java project) with jetty server. In this proyect, We use a gretty plugin for start the server. This's the gretty configuration:
With that configuration, we want that the browser (while the server is running) show this static files. This static files are being copied into /build/inplaceWebapp but the browser is not showing the updated code.
We use OS X Yosemite.