Run grunt
for building and grunt serve
for preview.
Running grunt serve:dist
will build and serve the compiled version
grunt build
will build to /distcd dist
git add --all .
git commit -m 'release...'
git push
push to production branch (webhook in github will deploy)