Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1 KB

tasks.md

File metadata and controls

42 lines (26 loc) · 1 KB

1. Tasks

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.

1.1. Table of contents

1.2. Linting

See Linting for details.

1.3. Building

See Building for details.

1.4. Cleaning

1.4.0.1. Command

npm run clean

1.4.0.2. What it does

  • Cleans the compiled/built directory by:
    • Deleting {root}/_accessibility-logs/ directory
    • Deleting {root}/_sourcemaps/ directory
    • Deleting {root}/build/ directory