Meteor 1.0 - why does “Building the application” take so much longer than it used to?

匆匆过客 提交于 2019-12-21 04:55:11

问题


So I just updated to Meteor 1.0. While developing an app locally, whenever I update any of the js files, it takes ~15+ seconds to build the application, during which the console says "Building the application". Erg!

Is this a new behavior in 1.0? It used to take 1-2 seconds to see changes made to js files on localhost (with 0.9.1, I believe, which I think was the last version I had). It was functionally instantaneous. And now there's a huge lag time while developing before seeing changes, which makes rapid code/test iterations take way longer than they used to.

Any way to get around this and make the build process faster while developing locally?


回答1:


As Werner pointed out, you are describing the issue #2846 (https://github.com/meteor/meteor/issues/2846). They are working hard to getting this fixed to make rapid testing more enjoyable again.



来源:https://stackoverflow.com/questions/26878570/meteor-1-0-why-does-building-the-application-take-so-much-longer-than-it-use

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!