Skip to content

Commit

Permalink
chore(frontend): Update parcel to 2.7.0 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
carstendietrich authored Oct 31, 2022
1 parent 91bb8cc commit 0f5680e
Show file tree
Hide file tree
Showing 4 changed files with 3,275 additions and 15,619 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ vistecture
/packrd
/controller/web/template/node_modules/
/controller/web/template/.cache/
/controller/web/template/.parcel-cache/
/controller/web/template/dist/
!/controller/web/template/dist/.gitkeep
/controller/web/web-packr.go
5 changes: 3 additions & 2 deletions controller/web/template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="node_modules/vis-network/dist/dist/vis-network.css" rel="stylesheet" type="text/css" />
<link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script defer src="node_modules/@fortawesome/fontawesome-free/js/all.js"></script> <!--load all styles -->
<style type="text/css">
<style>
body {
padding-top: 3.5rem;
}
Expand Down Expand Up @@ -261,7 +262,7 @@ <h5 class="mb-1">List group item heading</h5>
</script>

<!-- // Vistecture code libs //-->
<script type="text/javascript" src="js/applicationInit.js"></script>
<script type="module" src="js/applicationInit.js"></script>

</body>
</html>
Expand Down
Loading

0 comments on commit 0f5680e

Please sign in to comment.