Skip to content

Commit

Permalink
doc: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Jan 29, 2025
1 parent e37798c commit 817c444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/4-Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -840,10 +840,10 @@ You should put your assets files, used by [`asset()`](3-Templates.md#asset), in
:::

:::tips
If you use [Bootstrap](https://getbootstrap.com) you can exclude the `node_modules` except specific directories, like `node_modules/bootstrap`, with a regular expression:
If you use [Bootstrap Icons](https://icons.getbootstrap.com) you can exclude the `node_modules` except `node_modules/bootstrap-icons` with a regular expression:

```yaml
exclude: ['sass', 'scss', '*.scss', 'package*.json', '#node_modules/(?!bootstrap.*)#']
exclude: ['sass', 'scss', '*.scss', 'package*.json', '#node_modules/(?!bootstrap-icons.*)#']
```

:::
Expand Down

0 comments on commit 817c444

Please sign in to comment.