ionic-team / ionic-team/capacitor-assets
Source directory option name
Open
- Dominant language
- TypeScript
- Stars
- 583
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
The expected (and working) option name to set a different source directory is `--assetPath`, but the error message shown when something is wrong with it shows a different name:
```
Asset directory not found at [...]. Use --asset-path to specify a specific directory containing assets
```
...and `--asset-path` does not work:
```
error: unknown option '--asset-path'
```
Contributor guide
Assessment
This issue has not been assessed yet.