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

Fix building on windows #1255

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Fix building on windows #1255

wants to merge 7 commits into from

Commits on Nov 4, 2023

  1. Fix fonts build step on windows

    Use built-in node modules
    VandeurenGlenn committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    250dbd5 View commit details
    Browse the repository at this point in the history
  2. Fix spawn npm ENOENT (npm -> npm.cmd)

    When running execFile('npm') windows expects 'npm.cmd'
    VandeurenGlenn committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    434ee15 View commit details
    Browse the repository at this point in the history
  3. Fix rollup build failing (expected win sep got posix)

    Use platform specific separator
    VandeurenGlenn committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    4bb3ba7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    950b07a View commit details
    Browse the repository at this point in the history
  5. Create WINDOWS.md

    VandeurenGlenn committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    42cc97b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4162837 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48845d0 View commit details
    Browse the repository at this point in the history