b
This commit is contained in:
commit
6fd066773f
37 changed files with 1537 additions and 0 deletions
8
src/content/assets/js/dune
Normal file
8
src/content/assets/js/dune
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
(rule
|
||||
(target client.js)
|
||||
(deps
|
||||
(file ../../../js/client.bc.js))
|
||||
(action
|
||||
(with-stdout-to
|
||||
%{target}
|
||||
(cat ../../../js/client.bc.js))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue