elm-community / elm-webgl

Moved to elm-explorations/webgl
http://package.elm-lang.org/packages/elm-explorations/webgl/latest
BSD 3-Clause "New" or "Revised" License
95 stars 22 forks source link

Added gh-pages script #28

Closed w0rm closed 8 years ago

w0rm commented 8 years ago

This is a work on #27

I added a script that compiles examples and pushes them to gh-pages branch.

Additional work may be necessary to setup CNAME for the custom domain.

felixguendling commented 8 years ago

Is it planned to automate this like it's done for elm-street-404? https://github.com/zalando/elm-street-404/blob/master/.travis.yml

w0rm commented 8 years ago

@felixguendling its totally possible, but I don't have enough permissions. For elm-street-404 we've created a robot user that only has access to the single repo, and then generated a github access token for this user so that this can be executed from travis.

w0rm commented 8 years ago

I don't think that we really need an automated process here, because the examples are not changed frequently