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

npm run serve should update when baseline-status.js is updated #40

Open
jamesnw opened this issue Nov 8, 2024 · 0 comments
Open

npm run serve should update when baseline-status.js is updated #40

jamesnw opened this issue Nov 8, 2024 · 0 comments

Comments

@jamesnw
Copy link
Contributor

jamesnw commented Nov 8, 2024

Currently npm run serve runs rollup -c && wds --watch which compiles baseline-status.js once, and then starts the server.

Options:

  1. Install npm-run-all or concurrently so rollup -c -w and wds --watch can both be running
  2. In the docs/index.html file, just import baseline-status.js instead of the compiled file
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