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 817c444 commit 789b298
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 @@ -839,11 +839,11 @@ static:
You should put your assets files, used by [`asset()`](3-Templates.md#asset), in the [`assets` directory](4-Configuration.md#assets) to avoid unnecessary files copy.
:::

:::tips
:::tip
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-icons.*)#']
exclude: ['sass', 'scss', '*.scss', 'package*.json', '#node_modules/(?!bootstrap-icons)#']
```

:::
Expand Down

0 comments on commit 789b298

Please sign in to comment.