I'm newbie of ember, when start to build an existing large project (10k files), it takes 19703 ms to initial and takes 20k+ ms to increase build when i change anything in any file, is there any way to improve it? Because my colleague using mac is quite fast and only few seconds to build up.
I tried to install ember-cli-windows and several similar tools but not one help, it there any way to solve this problem?
The project will concat all vendor js files into "vendor.js" and all project files into an "app.js", is there anyway to avoid it concat and process vendor files every time? This is my increase build time:

It's really depressed when work with live-reload, you have to wait for half minute at every save, and I like to save at every few seconds.