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

Include assets from "assets/" directory #126

Merged
merged 6 commits into from
Aug 8, 2018

Commits on Aug 7, 2018

  1. Include assets from "public/" directory

    Add a `copyPublicAssets` build flag used to determine whether files in
    an optional `public/` directory should be copied to the output
    directory.
    mwistrand committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    faddeac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6381b9b View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Add publicDir build option

    Add a `publicDir` build option that defaults to "public" but can be
    overridden in the event that the server handles the "public" directory
    in an undesirable manner.
    mwistrand committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    2cfe15d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a86a5d View commit details
    Browse the repository at this point in the history
  3. Update package-lock.json

    mwistrand committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    b6364ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1513504 View commit details
    Browse the repository at this point in the history