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

Implement possibility to build static demo #17

Open
kvolkovich-sc opened this issue Jul 25, 2017 · 0 comments
Open

Implement possibility to build static demo #17

kvolkovich-sc opened this issue Jul 25, 2017 · 0 comments
Assignees

Comments

@kvolkovich-sc
Copy link
Contributor

kvolkovich-sc commented Jul 25, 2017

Goal

Implement possibility to build static site with demo.
It useful for publish demo to GitHub pages like here.

Now it implemented with shell scripts:

API

showroom-config.js

{
...
output: "showroom-demo", // build demo page and place static files to *.gh-pages* directory
tarball: "showroom-demo.tar.gz", // make additional archive with demo page
repository: "<repository_url>", // Publish to <repository_url>/.gh-pages branch
directoryPerBranch: true, // publish each demo-page files to separate dir named as branch
forcePublish: true // use git push --force (for .gh-pages branch)
...
}

npm sctipts

showroom build
showroom deploy

First need to implement #9

@kvolkovich-sc kvolkovich-sc self-assigned this Jul 25, 2017
@kvolkovich-sc kvolkovich-sc changed the title Implement showroom-build script Implement possibility to build static demo Jul 25, 2017
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

1 participant