You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment a reader can't preview what's been written so far without checking out the repo, doing an npm install and running the gulp build setup. I'd like to propose that we either:
Add a gulp deploystep to the build process which can push the contents of dist to gh-pages for those with commit access. Possibly the cleanest option.
Move master to gh-pages, make it the default branch and have an index.html which lives outside of the dist directory but can be used to view the book.
There are probably lots of other options available to us, but just opening the floor for discussions or PRs to bring something in place :)
The text was updated successfully, but these errors were encountered:
At the moment a reader can't preview what's been written so far without checking out the repo, doing an
npm install
and running the gulp build setup. I'd like to propose that we either:gulp deploy
step to the build process which can push the contents ofdist
togh-pages
for those with commit access. Possibly the cleanest option.gh-pages
, make it the default branch and have anindex.html
which lives outside of thedist
directory but can be used to view the book.There are probably lots of other options available to us, but just opening the floor for discussions or PRs to bring something in place :)
The text was updated successfully, but these errors were encountered: