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

Show demo in browser on npm start #52

Merged
merged 2 commits into from
Nov 21, 2018

Commits on Nov 21, 2018

  1. Build demo into dist folder

    This is then a single location for build artefacts.
    
    Add gulp-replace as a devDependency to fix up links.
    bz2 committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    2fc902a View commit details
    Browse the repository at this point in the history
  2. Serve demo out of local http server on start

    New devDependency http-server which is used to launch a browser
    window with the demo application.
    bz2 committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    8e539be View commit details
    Browse the repository at this point in the history