27 lines
461 B
JSON
27 lines
461 B
JSON
{
|
|
"copyFilesSettings": {
|
|
"whenFileExists": "overwrite"
|
|
},
|
|
"copyFiles": [
|
|
{
|
|
"from": "*",
|
|
"to": "../dist/docs"
|
|
},
|
|
{
|
|
"from": "../assets",
|
|
"to": "../dist/docs"
|
|
},
|
|
{
|
|
"from": "../README.md",
|
|
"to": "../dist/docs/README.md"
|
|
},
|
|
{
|
|
"from": "../LICENSE.md",
|
|
"to": "../dist/docs/LICENSE.md"
|
|
},
|
|
{
|
|
"from": "../CHANGELOG.md",
|
|
"to": "../dist/docs/CHANGELOG.md"
|
|
}
|
|
]
|
|
} |