diff --git a/CHANGELOG.md b/CHANGELOG.md index 95cc58e..3750985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.17](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.16...v1.0.17) (2022-11-22) + + +### Bug Fixes + +* apply src: {{source}} to CoCreate.config ([a2b9951](https://github.com/CoCreate-app/CoCreate-css-parser/commit/a2b99514f79a9b15e7677624a7b0c1b8090e0bb6)) +* workflow docs ([43ff1d3](https://github.com/CoCreate-app/CoCreate-css-parser/commit/43ff1d35df091a379c3c0da3933a002ff7547396)) + ## [1.0.16](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.15...v1.0.16) (2022-11-21) diff --git a/CoCreate.config.js b/CoCreate.config.js index ec1526a..632c1dc 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -1,18 +1,18 @@ module.exports = { "config": { "apiKey": "2061acef-0451-4545-f754-60cf8160", - "organization_Id": "5ff747727005da1c272740ab", + "organization_id": "5ff747727005da1c272740ab", "host": "general.cocreate.app" }, - - "sources": [{ + "sources": [ + { "entry": "./docs/index.html", "collection": "files", - "document_id": "60145dc49f64ba1680b86693", - "key": "src", "document": { + "_id": "637ca39950234ef1671ce312", "name": "index.html", "path": "/docs/css-parser/index.html", + "src": "{{source}}", "domains": [ "cocreate.app", "general.cocreate.app" @@ -23,21 +23,5 @@ module.exports = { "website_id": "5ffbceb7f11d2d00103c4535" } } - ], - - "extract": { - "directory": "./src/", - "extensions": [ - "js", - "css", - "html" - ], - "ignores": [ - "node_modules", - "vendor", - "bower_components", - "archive" - ] - } -} - + ] +} \ No newline at end of file diff --git a/demo/atomic-css.html b/demo/atomic-css.html index b01cb9c..ce1f4a1 100644 --- a/demo/atomic-css.html +++ b/demo/atomic-css.html @@ -781,7 +781,7 @@