1 parent d9af3a4 commit 46532c6Copy full SHA for 46532c6
3 files changed
tools/bergman/dune
@@ -15,6 +15,7 @@
15
(preprocess (pps js_of_ocaml-ppx))
16
(libraries bergmanlib js_of_ocaml)
17
(modules bergmanjs)
18
+ (preprocessor_deps index.html bergman.css)
19
)
20
21
(executable
tools/kb/dune
@@ -7,4 +7,5 @@
7
(modes js)
8
9
(libraries alg js_of_ocaml)
10
+ (preprocessor_deps index.html kb.css)
11
tools/rewr2/dune
@@ -3,4 +3,5 @@
3
4
5
(libraries alg str js_of_ocaml)
6
+ (preprocessor_deps index.html)
0 commit comments