ember-clean-tmp

Allow users to remove ./tmp/ folder contents to cleanup the garbage when needed, and speed the Babel rebuilds.

Usage no npm install needed!

<script type="module">
  import emberCleanTmp from 'https://cdn.skypack.dev/ember-clean-tmp';
</script>

README

Ember-clean-tmp

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.

Installation

  • ember install ember-clean-tmp

Cleaning tmp folder

  • ember clean-tmp

For more information on using ember-cli, visit http://www.ember-cli.com/.