Skip to content

Commit

Permalink
Add doc for disable the skip of versions by pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispluchino committed Nov 27, 2014
1 parent 43b1390 commit ff0b918
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Resources/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,31 @@ You can disable the import filter using the versions of installed packages with
}
```

#### Change/Disable the skip of versions by pattern

By default, the plugin does not import the `patch` versions for increase dramatically
performance. However, it is possible to change the pattern or to disable this feature.

**Example for change the pattern:**

```json
{
"extra": {
"asset-pattern-skip-version": "(-build)"
}
}
```

**Example for disable the pattern:**

```json
{
"extra": {
"asset-pattern-skip-version": false
}
}
```

#### Disable the conjunctive option of the import filter

You can disable the `conjunctive` mode of the import filter with the option
Expand Down

0 comments on commit ff0b918

Please sign in to comment.