Skip to content

Commit

Permalink
Deploying to gh-pages from @ fc7a6d2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Oct 20, 2024
1 parent f5da020 commit be7cce1
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 6,022 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
brr_lwd_ui.css
*.css
3 changes: 3 additions & 0 deletions yjs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*
!.gitignore
!dune
2 changes: 1 addition & 1 deletion yjs/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
(mode
(promote (until-clean)))
(files
../../vendor/brr_lwd_ui/examples/yjs/{main.bc.js,index.html,main.css,brr_lwd_ui.css}))
../../vendor/brr_lwd_ui/examples/yjs/{bundle.js,bundle.js.map,index.html,*.css}))
7 changes: 4 additions & 3 deletions yjs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
<head>
<title>OCAMIX</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./brr_lwd_ui.css">
<link rel="stylesheet" href="./main.css">
<link rel="stylesheet" href="./bundle.css" />
<link rel="stylesheet" href="./brr_lwd_ui.css" />
<link rel="stylesheet" href="./main.css" />
</head>

<body>
<script src="main.bc.js"></script>
<script src="bundle.js"></script>
</body>

</html>
Loading

0 comments on commit be7cce1

Please sign in to comment.