Skip to content

Commit

Permalink
fix: add parse link classname to classNameList to avoid duplicate par…
Browse files Browse the repository at this point in the history
…sing
  • Loading branch information
frankpagan committed Aug 15, 2021
1 parent a3f3c6b commit 6e0c263
Show file tree
Hide file tree
Showing 7 changed files with 207 additions and 1,445 deletions.
2 changes: 1 addition & 1 deletion demo/avatar.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

<body>
Expand Down
1,013 changes: 0 additions & 1,013 deletions demo/test-content.html

This file was deleted.

72 changes: 0 additions & 72 deletions demo/test-page.html

This file was deleted.

File renamed without changes.
6 changes: 3 additions & 3 deletions docs/test.html → demo/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- CoCreate CSS -->
<link rel="stylesheet" href="https://server.cocreate.app/CoCreateJS/dist/CoCreate.css" type="text/css" />
<!--<link rel="stylesheet" href="https://ws.cocreate.app/docs/index.css" type="text/css" data-save="true" collection="files" document_id="60888216117c640e7596303f" name="src" />-->
<link rel="stylesheet" href="../src/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" data-parse="true" data-save="true" />
<link rel="stylesheet" href="../src/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" parse="true" data-save="true" />
</head>
<style type="text/css" media="screen">
/*Sidenav Search Field */
Expand All @@ -36,7 +36,7 @@
</style>

<body>
<div class="width:50%@300px-500px" data-parse="false">
<div class="width:50%@300px-500px" parse="false">
<div class="background:black:dark">
<h1 class="color:white:dark">hello how are you</h1>
<div>
Expand Down Expand Up @@ -208,7 +208,7 @@ <h1 class="font-size:1.5rem text-transform:uppercase">Thirdparty API Intergratio
</section>

<button href="https://github.com/CoCreate-app/CoCreate-boilerplate/tree/master/docs/index.html?message=docs%3A%20describe%20your%20change..." target="_blank" class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue grow-hover border-radius:50%">
<i class="fas fa-pencil-alt" data-parse="false"></i>
<i class="fas fa-pencil-alt" parse="false"></i>
</button>
</main>

Expand Down
Loading

0 comments on commit 6e0c263

Please sign in to comment.