I currently use Buddy to deploy my shopify theme from GitHub (it does all the minification, builds etc within Buddy using Node, then deploys the dist files to Shopify).
Now we have Online Store 2.0, we have JSON templates which include the data for the pages. How are people handling this now with a deployment tool so the JSON data isn’t overriden when doing any deployments?