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