Skip to content

Commit

Permalink
docs(README.md): add --no-dev optimisation option
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenbew authored Jul 2, 2024
1 parent bc7c0ac commit 084dabd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ To skip the linting process (optional) and to generate the compiled files, run t
npm run build:production
```

**Optional:** To further reduce the project size by excluding development dependencies, run:
```
# wp-content/themes/flynt
composer install --optimize-autoloader --no-dev
```

### Base Style

Flynt comes with a ready to use Base Style built according to our best practices for building simple, maintainable components. Go to `domain/BaseStyle` to see it in action.
Expand Down

0 comments on commit 084dabd

Please sign in to comment.