(rule
 (target client.js)
 (deps
  (file ../../client/main.bc.js))
 (action
  (with-stdout-to
   %{target}
   (cat ../../client/main.bc.js))))
