get display to work
This commit is contained in:
parent
1736a4c905
commit
b504b1a69d
9 changed files with 135 additions and 20 deletions
|
|
@ -23,3 +23,7 @@ main {
|
|||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.centered {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
|||
8
src/content/assets/js/dune
Normal file
8
src/content/assets/js/dune
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
(rule
|
||||
(target island_client.js)
|
||||
(deps
|
||||
(file ../../../island_client.bc.js))
|
||||
(action
|
||||
(with-stdout-to
|
||||
%{target}
|
||||
(cat ../../../island_client.bc.js))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue