Skip to content

Commit

Permalink
Work around missing embed_file
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed Sep 8, 2020
1 parent 649750a commit f96e304
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions async_js/test/server/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
web_testing)
(preprocess (pps ppx_jane)))

(rule (targets embedded_files.ml embedded_files.mli)
(deps %{workspace_root}/app/embed-file/bin/embed_file.exe
../client/main.bc.js)
(action (bash "%{deps} -output embedded_files")))
; (rule (targets embedded_files.ml embedded_files.mli)
; (deps %{workspace_root}/app/embed-file/bin/embed_file.exe
; ../client/main.bc.js)
; (action (bash "%{deps} -output embedded_files")))
8 changes: 4 additions & 4 deletions bonsai/examples/rpc_chat/server/src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(libraries async_extra.async_bus bonsai_chat_common cohttp_static_handler
simple_web_server))

(rule (targets embedded_files.ml embedded_files.mli)
(deps %{workspace_root}/app/embed-file/bin/embed_file.exe
../../client/main.bc.js ../../client/style.css)
(action (bash "%{deps} -output embedded_files")))
; (rule (targets embedded_files.ml embedded_files.mli)
; (deps %{workspace_root}/app/embed-file/bin/embed_file.exe
; ../../client/main.bc.js ../../client/style.css)
; (action (bash "%{deps} -output embedded_files")))

0 comments on commit f96e304

Please sign in to comment.