This commit is contained in:
Swrup 2024-04-11 15:46:46 +02:00
commit 2ff3fcaa49
15 changed files with 602 additions and 0 deletions

8
examples/content/dune Normal file
View file

@ -0,0 +1,8 @@
(rule
(target script.js)
(deps
(file ../script.bc.js))
(action
(with-stdout-to
%{target}
(cat ../script.bc.js))))