On 20/01/16 10:16, "Davide Giannella" wrote: >When you change/add/remove an item from the left-hand menu, you'll have >to redeploy the whole site as it will be hardcoded within the html of >each page. Deploying the whole website is a long process. Therefore >limiting the changes over there make things faster.
I always deploy the whole site with maven. It does take a bit of time but it is automated and worked pretty well for me in the past. For me this isn't really a pain point at the moment. Regards Marcel
