Skip to content

Commit

Permalink
Add missing directories to application architecture docs
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Jun 1, 2023
1 parent 6900a68 commit 716d154
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions docs/contributing/application-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,22 @@

[Express.js](https://github.com/expressjs/express) review app [deployed to Heroku](https://govuk-frontend-review.herokuapp.com) with configuration in [app.json](/app.json) and [Procfile](/Procfile).

- `dist/` **contains auto-generated files**

Builds of govuk-frontend-review served by [Express.js](https://github.com/expressjs/express).

- `src/`

Source files for component previews and examples.

- `tasks/`

Read about [npm and Gulp tasks](tasks.md) or list workspace specific Gulp tasks using:

```shell
npx --workspace govuk-frontend-review -- gulp --tasks
```

- `govuk-frontend/`

Package published on npm.
Expand All @@ -29,7 +45,15 @@

- `src/`

Source files. See [README.md](/packages/govuk-frontend/src/README.md) in the src directory for details.
Source files. See [README.md](/packages/govuk-frontend/src/README.md) in the src directory for details.

- `tasks/`

Read about [npm and Gulp tasks](tasks.md) or list workspace specific Gulp tasks using:

```shell
npx --workspace govuk-frontend -- gulp --tasks
```

- `shared/`

Expand All @@ -49,4 +73,4 @@

- `tasks/`

See [tasks](tasks.md) for more information about the tasks.
Read about [npm and Gulp tasks](tasks.md) for more information about the tasks.

0 comments on commit 716d154

Please sign in to comment.