
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
ember-cli-windows-addon
Advanced tools
Dramatically improve build speed during ember build and ember serve!
Ember and Ember Cli are some of the best tools for the development of sophisticated web applications. A lot of its magic is in the automatic build tool, which also allows for incremental builds during development. Those builds can be a bit slow on Windows - correct configuration of Windows Defender and the Windows Search Index improve the speed dramatically. Made with :heart: by Microsoft. This addon includes ember-cli-windows in your Ember Cli project and instructs Windows users to configure their system for optimized speed.
To install, run:
npm install --save-dev ember-cli-windows-addon
To use, run:
ember windows
If you get a PSSecurityException, you may need to run the following command using PowerShell:
Set-ExecutionPolicy Unrestricted -scope Process
ember windows
Additional performance can be gained by using an elevated prompt, which can be achieved by starting PowerShell or CMD ‘as Administrator’. If you do not have administrative rights on your machine, see the Ember Cli section on symlinks for information on how to enable additional performance gains.
Windows 10, 8.1, or 8 are heavily recommended. Windows 7 is supported, but we urge you to upgrade.
MIT License, Copyright 2015 Felix Rieseberg & Microsoft. See LICENSE for more information.
FAQs
Optimize performance on Windows
The npm package ember-cli-windows-addon receives a total of 189 weekly downloads. As such, ember-cli-windows-addon popularity was classified as not popular.
We found that ember-cli-windows-addon demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.