This is a more in depth guide of the tasks that can be used within this project. Below will explain the context of when each task should be called and what it does.
All tasks are defined in gulpfile.js
.
When referring to {root}
below, we are referring to the base root of the project.
See Linting for details.
See Building for details.
npm run clean
- Cleans the compiled/built directory by:
- Deleting
{root}/_accessibility-logs/
directory - Deleting
{root}/_sourcemaps/
directory - Deleting
{root}/doc/
directory
- Deleting