this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #5 from jonludlam/fix-build

Fix build due to symlinked dir with a dune file

authored by

Ulysse and committed by
GitHub
0fbdb410 caddfe47

+2 -2
+1 -1
example/dynamic.ml
··· 16 16 "Unix"; 17 17 "UnixLabels"; 18 18 ] in 19 - let dcs_url = "/static/stdlib/" in 19 + let dcs_url = "/stdlib/" in 20 20 let dcs_file_prefixes = ["stdlib__"] in 21 21 { Protocol.static_cmis = []; 22 22 dynamic_cmis = Some {
-1
example/static
··· 1 - ../src/worker/static
+1
example/stdlib
··· 1 + ../src/worker/static/stdlib