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

grunt transpile --live fails to pick up file changes #1542

Open
samreid opened this issue Dec 7, 2024 · 1 comment
Open

grunt transpile --live fails to pick up file changes #1542

samreid opened this issue Dec 7, 2024 · 1 comment

Comments

@samreid
Copy link
Member

samreid commented Dec 7, 2024

Today in a meeting with a scenery stack client, we observed that grunt output-js-project --live correctly picked up file changes, but grunt transpile --live did not. It outputted all the normal "Splitting 203 repos into chunks" and "Successfully" and "Watching", but on file change + save, it did not register. This was on a Mac M1 Pro, perhaps running mac Monterey OS (not sure about that last part.)

Heads up to @zepumph in case you see anything like that. Right now just reporting as a sighting, will be difficult to diagnose since I cannot reproduce the problem.

@zepumph
Copy link
Member

zepumph commented Dec 9, 2024

My first Guess is that it was just a bug in our underlying process, and it didn't matter that you ran the two different grunt tasks. Instead the fix was just restarting the process. Did you stop the buggy one and restart the same named one and still found that bug?

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

2 participants