mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
We were overwriting the server directory when a client-side file changed, which made all process calls fail, such as process.cwd() and fs.*. We abstracted out some of the builder code so that only the client targets are "rebuilt" when a client side file changes.