Skip to content

Commit 7feee64

Browse files
committed
moving js & css files to top level
1 parent bc55770 commit 7feee64

File tree

7 files changed

+59
-5
lines changed

7 files changed

+59
-5
lines changed

table-component/dist/css/chunk-vendors.55204a1e.css renamed to css/chunk-vendors.55204a1e.css

File renamed without changes.

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<script src="https://unpkg.com/vue"></script>
77
<!-- <script src="./table-component/dist/mapping-commons-table.js"></script>-->
88

9-
<link href="./table-component/dist/css/app.9c436301.css" rel="preload" as="style">
10-
<link href="./table-component/dist/css/chunk-vendors.55204a1e.css" rel="preload" as="style"><link href="/js/app.31d39cf7.js" rel="preload" as="script"><link href="/js/chunk-vendors.2aaa3490.js" rel="preload" as="script"><link href="/css/chunk-vendors.55204a1e.css" rel="stylesheet"><link href="/css/app.9c436301.css" rel="stylesheet">
9+
<link href="/css/app.9c436301.css" rel="preload" as="style">
10+
<link href="/css/chunk-vendors.55204a1e.css" rel="preload" as="style"><link href="/js/app.31d39cf7.js" rel="preload" as="script"><link href="/js/chunk-vendors.2aaa3490.js" rel="preload" as="script"><link href="/css/chunk-vendors.55204a1e.css" rel="stylesheet"><link href="/css/app.9c436301.css" rel="stylesheet">
1111

1212
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
1313
</head>
@@ -35,8 +35,8 @@ <h1>Mapping Commons</h1>
3535

3636
<mapping-commons-table></mapping-commons-table>
3737

38-
<script src="./table-component/dist/js/chunk-vendors.2aaa3490.js"></script>
39-
<script src="./table-component/dist/js/app.31d39cf7.js"></script>
38+
<script src="/js/chunk-vendors.2aaa3490.js"></script>
39+
<script src="/js/app.31d39cf7.js"></script>
4040

4141
</body>
42-
</html>
42+
</html>

js/app.31d39cf7.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)