Skip to content
Mental Arena edited this page May 16, 2016 · 1 revision

Clean automation

There are some folders that are created during the process of development, testing and deployment. There is a .gitignore file that excludes these folders from being added to git. There may be a range of requirements on why you want to clear some of these folders. To allow flexibility the clean commands are:

  • clean-all
  • clean-jspm
  • clean-modules
  • clean-app
  • clean-styles
  • clean-coverage
  • clean-publish

Each of these deletes a folder related with the name.
clean-jspm as an example will remove the jspm folder.
Use clean-all to run all of the clean commands and end up with only the source of your project.

Clone this wiki locally