Sometimes when you’re working on jsp pages and you need to set a base url for all pages, and this value needs to be available for use, then use the following
For css and js files you can use these kind of href:
This will work when it is deployed on different servers with different ports.
I was using this wrapper around PWA(Progress Web Apps) APIs register-service-worker and was wondering how does it detect when there is a new build and the pa...
Comments