This addon allow users to empty the contents of tmp folder when needed.
Babel becomes slower over the passage of time, ember-cli-babel includes a cleanup script but majority of the time it is unable to clean the tmp folder and it will start increasing to GBs. Developers have to manually clear the tmp folder contents.
ember install ember-clean-tmp
ember clean-tmp
For more information on using ember-cli, visit http://www.ember-cli.com/.