Skip to content

Commit

Permalink
fix: add css auto parse and save to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed May 8, 2021
1 parent ec55432 commit 042629c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

<!-- CoCreate CSS -->
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css"/>
<link rel="stylesheet" href="https://ws.cocreate.app/docs.css" data-collection="apples" data-document_id="6069ff5042ef8ff5175a5c8d" name="css" type="text/css" />
</head>
<link rel="stylesheet" href="/docs/index.css" data-collection="files" data-document_id="60888216117c640e7596303f" name="src" type="text/css" data-save="true"/>
</head>

<body>
<nav class="nav display:flex align-items:center background:whitesmoke padding-top:10px padding-bottom:10px" data-main_content_id="content" data-scroll="sticky-nav,hide-nav" data-scroll_up="10" data-scroll_down="10" data-collection="components" data-document_id="60395ef42b3ac232657040fd" name="html">
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"clean-webpack-plugin": "^3.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^1.5.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"uglifyjs-webpack-plugin": "^2.2.0",
Expand All @@ -65,9 +66,9 @@
"@cocreate/crud-client": "^1.0.4",
"@cocreate/docs": "^1.0.3",
"@cocreate/floating-label": "^1.0.5",
"@cocreate/hosting": "^1.0.0",
"@cocreate/htmltags": "^1.0.6",
"@cocreate/input": "^1.0.6",
"@cocreate/observer": "^1.0.2",
"mini-css-extract-plugin": "^1.5.0"
"@cocreate/observer": "^1.0.2"
}
}
26 changes: 26 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,14 @@
"@cocreate/socket-client" "^1.0.2"
mini-css-extract-plugin "^1.5.0"

"@cocreate/crud-client@^1.0.7":
version "1.0.8"
resolved "https://registry.yarnpkg.com/@cocreate/crud-client/-/crud-client-1.0.8.tgz#5f19e88d3a5914d5b35d135ae23fc2326ff4bd91"
integrity sha512-JMx9Wd6mhHtIPIEihOI9CzwR+wddzR+cA8NWtgcuhrtpELB33RyJXHkWftORLPNU72n/9u7vSdy4OPvF3J3nbA==
dependencies:
"@cocreate/docs" "^1.0.3"
"@cocreate/socket-client" "^1.0.9"

"@cocreate/cursors@^1.1.5":
version "1.1.6"
resolved "https://registry.yarnpkg.com/@cocreate/cursors/-/cursors-1.1.6.tgz#0f6a327b91b502e5c15cff972167830b1e5e0d00"
Expand Down Expand Up @@ -904,6 +912,15 @@
"@cocreate/utils" "^1.0.0"
mini-css-extract-plugin "^1.5.0"

"@cocreate/hosting@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@cocreate/hosting/-/hosting-1.0.0.tgz#33877f617f5d6a61a809266d7b629988ee592bb4"
integrity sha512-VuH0CsA+qs3AHhrjEHskZlkooHHD/+Hp/gUM3vu7caFETBbsdrcolrx0w9U+9whaoY48QcROgH5Dpp/gUSw6ag==
dependencies:
"@cocreate/crud-client" "^1.0.7"
"@cocreate/docs" "^1.0.3"
"@cocreate/socket-client" "^1.0.9"

"@cocreate/htmltags@^1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@cocreate/htmltags/-/htmltags-1.0.6.tgz#eec58585d53d8559959222b3feb735aefc635f29"
Expand Down Expand Up @@ -937,6 +954,15 @@
mini-css-extract-plugin "^1.5.0"
ws "^7.4.4"

"@cocreate/socket-client@^1.0.9":
version "1.0.9"
resolved "https://registry.yarnpkg.com/@cocreate/socket-client/-/socket-client-1.0.9.tgz#e9604f906ef50bc6563832c61457d9b136591733"
integrity sha512-RWNcqJWkS+Y0nfJvA3dbEy4nV48vX9XGLtzjfXqYwvg9NfnZ+Nfis/+BnV1AK5aU6QC/XrxrSFcuEfrp+lc/mg==
dependencies:
"@cocreate/docs" "^1.0.3"
mini-css-extract-plugin "^1.5.0"
ws "^7.4.4"

"@cocreate/utils@^1.0.0":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@cocreate/utils/-/utils-1.0.3.tgz#3eefcb4a9b309dbf94d5796078745f715eb264ad"
Expand Down

0 comments on commit 042629c

Please sign in to comment.