/ember-clean-tmp

Clean tmp folder for ember-cli projects to speedup the rebuilds

Primary LanguageJavaScriptMIT LicenseMIT

Ember Observer Score

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/.