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 ❤️ 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
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.