$ npm install
$ gulp build
$ rm -rf build
$ gulp build
$ cp -r build/ docs/
$ git add docs
$ git commit -m "website version update"
$ git push
$ gulp watch
$ npm install
$ gulp build
$ rm -rf build
$ gulp build
$ cp -r build/ docs/
$ git add docs
$ git commit -m "website version update"
$ git push
$ gulp watch