Skip to content

Commit

Permalink
Docsite and Demo Build on Push to Master
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Apr 26, 2020
1 parent e192708 commit 11170a4
Show file tree
Hide file tree
Showing 7 changed files with 920 additions and 17 deletions.
762 changes: 757 additions & 5 deletions docs/demo/app.bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="description" content="Template Webpack Application"><meta name="subject" content="Webpack Software Website Template"><meta name="robots" content="index,follow"><meta name="googlebot" content="index,follow"></head>
<body>
<div>
<header>
<nav>
<a href="storage">Local Storage Demo</a>
</nav>

</div>
</header>
<script type="text/javascript" src="app.bundle.js"></script></body>
151 changes: 148 additions & 3 deletions docs/demo/storage.bundle.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ <h3 id="todo">TODO</h3><ul>
<li>Took some finagling to get this to work during watch process</li>
</ul>
</li>
<li>[ ] Clearing/standardizing browser css<ul>
<li>Normalize CSS</li>
<li>[x] Clearing/standardizing browser css<ul>
<li>Normalize CSS <a href="http://nicolasgallagher.com/about-normalize-css/">http://nicolasgallagher.com/about-normalize-css/</a></li>
</ul>
</li>
<li>[ ] PostCSS?<ul>
<li>[ ] (^) CSS Linting</li>
<li>[ ] css variables?</li>
<li>[ ] css variables/hierarchy?</li>
</ul>
</li>
<li>[ ] (^) Madge?</li>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/source.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
<td class="coverage"><span data-ice="coverage">100 %</span><span data-ice="coverageCount" class="coverage-count">3/3</span></td>
<td style="display: none;" data-ice="size">927 byte</td>
<td style="display: none;" data-ice="lines">43</td>
<td style="display: none;" data-ice="updated">2020-04-01 18:44:31 (UTC)</td>
<td style="display: none;" data-ice="updated">2020-04-01 19:04:33 (UTC)</td>
</tr>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/storage/app.controller.js.html#errorLines=13,14">src/storage/app.controller.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/storage/app.controller.js~StorageAppController.html">StorageAppController</a></span></td>
<td class="coverage"><span data-ice="coverage">71 %</span><span data-ice="coverageCount" class="coverage-count">5/7</span></td>
<td style="display: none;" data-ice="size">1553 byte</td>
<td style="display: none;" data-ice="lines">66</td>
<td style="display: none;" data-ice="updated">2020-04-01 18:44:31 (UTC)</td>
<td style="display: none;" data-ice="updated">2020-04-01 19:04:33 (UTC)</td>
</tr>
</tbody>
</table>
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 11170a4

Please sign in to comment.