On Wed, Jan 20, 2016 at 2:46 PM, Davide Giannella <[email protected]> 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 mostly do partial commit i.e. only the modified page and it ha worked well. Changing of left side menu is not a very frequent task and for that I think doing full deploy of site is fine for now Chetan Mehrotra
