diff --git a/.gitignore b/.gitignore index 000c3c4..b3a5267 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -brr_lwd_ui.css +*.css diff --git a/yjs/.gitignore b/yjs/.gitignore new file mode 100644 index 0000000..a96f05a --- /dev/null +++ b/yjs/.gitignore @@ -0,0 +1,3 @@ +* +!.gitignore +!dune diff --git a/yjs/dune b/yjs/dune index a116249..c1f81a1 100644 --- a/yjs/dune +++ b/yjs/dune @@ -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})) diff --git a/yjs/index.html b/yjs/index.html index fdfaca6..06cc9fb 100644 --- a/yjs/index.html +++ b/yjs/index.html @@ -4,12 +4,13 @@