Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

npm run build-lib does not copy assets when run on Windows #2

Open
csiew opened this issue Jul 2, 2021 · 0 comments
Open

npm run build-lib does not copy assets when run on Windows #2

csiew opened this issue Jul 2, 2021 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed
Projects

Comments

@csiew
Copy link
Owner

csiew commented Jul 2, 2021

Problem

Running npm run build-lib to build the library from source on Windows will not copy style and font assets to the dist/ directory.

Probable cause

build script in package.json directly references Bash commands. This will only run on macOS and Linux, but not on Windows.

Steps for reproducibility

  1. Clone the repository locally and install dependencies with npm install.
  2. Run npm run build-lib and then view the output in the dist/ directory.
@csiew csiew added bug Something isn't working help wanted Extra attention is needed labels Jul 2, 2021
@csiew csiew added this to To do in Version 0.1 Jul 2, 2021
@csiew csiew moved this from To do to Bug Fix in Version 0.1 Jul 2, 2021
@csiew csiew mentioned this issue Jul 9, 2021
This was referenced Jul 17, 2021
@csiew csiew mentioned this issue Jul 28, 2021
@csiew csiew moved this from Bug Fix to Backlog in Version 0.1 Jul 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
Development

No branches or pull requests

1 participant