-
Notifications
You must be signed in to change notification settings - Fork 25
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
Dev environment slow to update Javascript files #1473
Comments
#1364 (comment) for reference on what the underlying issue is. will push a pr soon to fix but would need volunteers using linux, mac, and windows to test this and double check :) @misaugstad thoughts on who would wanna volunteer? :) |
@aileenzeng @andrew4699 or anyone else using Docker, is this still a problem? How quickly does grunt work when editing Javascript files? |
It's pretty fast. Grunt takes about 5 seconds to run. |
I’m not using Docker for my dev environment, but I can test this out later if needed! |
Ahh no worries, just wanted to hear about any recent usage just in case, but no need to test again. |
Copying over a comment on the PR from @mcdoerr
Closing this now, since this seems pretty well resolves 🤩 |
With our new Docker dev environment (PR #1364), @aileenzeng reported some issues with the speed Grunt when it is run. She said that it used to take her <15 seconds to run Grunt with the old dev environment, but that it takes 45-60 seconds with the new Docker dev environment. This is a significant delay b/w making changes to Javascript code and seeing the updates on our local machines.
Hopefully @athersharif has some ideas for how to improve on that!
I will also switch over to the Docker dev environment and post about whether I am having the same issues or not.
The text was updated successfully, but these errors were encountered: