You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
Today in a meeting with a scenery stack client, we observed that
grunt output-js-project --live
correctly picked up file changes, butgrunt 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.
The text was updated successfully, but these errors were encountered: