-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Ember Cli Windows #891
Comments
@axal90 are you referring to cpu spikes? I've noticed this when I have the cli open with ng serve. |
@braindroplabs I haven't done any profiling. My understanding is that symlinks don't work properly on windows so broccoli end up copying a huge amount of files every time you compile. Due to windows search index and other windows features, copying large amount of files is extremely slow on windows. |
It should be pretty fast if you're running in admin mode. Can you show me the situations where you find it slow? |
Yes running the cli with elevated privliges does speed it up a bit. But it is still far slower than any other build tool I've used (grunt, gulp, webpack...). I'll try to do a clean install and see if anything changes. but doing some research it seems to be a known problem with ember cli and windows. |
You should see what happens when you're using tfs as source control and coding with visual studio.... complete lock ups. |
I have found that storing my source code outside of my user directory seems to alleviate this (i.e c:\Projects). But I still need to be in an elevated session because of other Brocoli errors. |
#905 should allow non-admin user usage. |
Looking through https://github.com/felixrieseberg/ember-cli-windows, it seems it requires both Powershell and perhaps also to run a Powershell command as an admin for it to run (which we can't do automatically). I don't think we should add these baseline for everyone, but it's still good that it can be used in separate. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
I have experienced rather sluggish behavior using the angular cli on windows 10.
My understanding is that the angular-cli is based on ember-cli.
After some research I found information suggesting this is because of broccoli being porly optimised on windows (or windows being poorly built, depending on how you look at it).
It seems like using a package called ember-cli-windows would solve some of the problems on windows.
Would this package work with Angular CLI?
They also say its avalible as a Ember addon so maybe you could ship it with the CLI?
The text was updated successfully, but these errors were encountered: