diff --git a/CoCreate.config.js b/CoCreate.config.js index a5420c0..8f5dd99 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -5,9 +5,6 @@ module.exports = { "directories": [ { "entry": "./docs", - "exclude": [ - "demo" - ], "array": "files", "object": { "name": "{{name}}", @@ -16,14 +13,17 @@ module.exports = { "*" ], "directory": "docs", - "path": "/CoCreateCSS/docs/{{path}}", + "path": "/docs/CoCreateCSS/{{path}}", "pathname": "{{pathname}}", "content-type": "{{content-type}}", "public": "true" } }, { - "entry": "./docs", + "entry": "./dist", + "exclude": [ + ".txt", ".js" + ], "array": "files", "object": { "name": "{{name}}", @@ -31,12 +31,12 @@ module.exports = { "host": [ "*" ], - "directory": "docs", - "path": "/CoCreateCSS/docs/{{path}}", + "directory": "{{directory}}", + "path": "{{path}}", "pathname": "{{pathname}}", "content-type": "{{content-type}}", "public": "true" } - } + }, ] } \ No newline at end of file