-
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
[Question] Windows support and build times #204
Comments
Windows performance issues are resolved with https://github.com/ember-cli/ember-cli/blob/master/lib/utilities/windows-admin.js and https://github.com/ember-cli/ember-cli/blob/master/lib/commands/serve.js#L69, but you are right, if you don't have admin permissions it's not working okay. Initial build in my opinion takes long as all vendor files being copied, afterwards it works flawlessly. |
Right now it isn't a big priority, no. That might change in the future, but I wouldn't expect such improvement short-term. |
#905 should allow non-admin user usage. |
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. |
Hi, is angular-cli is really going to be official tool around angular2?
I know ember-cli had pretty bad performance on Windows. I think most of the corporate users will be on windows and many of them won't have admin right on the workstation. Are there any plans for addressing this in the short term(few months)?
I have noticed that even on Mac the initial build is taking too long.
The text was updated successfully, but these errors were encountered: