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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to watch and serve changes #352

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

seanknox
Copy link

@seanknox seanknox commented Feb 2, 2021

Hi 馃憢 Thought it might be helpful for devs to support using tsc -w to watch for typescript changes and serve them up immediately instead of requiring npm run build && npm start.

@MaximDevoir
Copy link
Contributor

This is awesome, I love running watch commands. I won't be able to check out PR until the weekend - if no one has reviewed it by then.

It all looks good.

@MaximDevoir
Copy link
Contributor

MaximDevoir commented Feb 7, 2021

After some testing, the watch command won't reload the application (e.g. re-run watch-node command`) after changes have been made to the project - even though the project has been rebuilt.

I'm guessing you intended for the app to reload with the rebuilt project?

@stale
Copy link

stale bot commented May 10, 2021

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

@stale stale bot added the wontfix label May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants