Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get the book live: hosted HTML build #39

Open
addyosmani opened this issue Feb 23, 2014 · 2 comments
Open

Get the book live: hosted HTML build #39

addyosmani opened this issue Feb 23, 2014 · 2 comments

Comments

@addyosmani
Copy link
Member

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:

  1. 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.
  2. 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 :)

sindresorhus added a commit that referenced this issue Mar 9, 2014
Add deploy task in gulpfile.js (#39)
@sindresorhus
Copy link
Contributor

We just got a recipe in generator-gulp-webapp for 1.: https://github.com/yeoman/generator-gulp-webapp/blob/master/docs/recipes/gh-pages.md

@sindresorhus
Copy link
Contributor

Anyone wanna set this up?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants