Publish gh pages - mozilla/shumway GitHub Wiki

To publish/update gh-pages files:

$ grunt web
$ cd build/web
$ git push -f [email protected]:mozilla/shumway.git gh-pages
$ cd ../..