@explorable-viz/fluid 0.7.23 → 0.7.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -28400,7 +28400,7 @@ var copyOptions = {
28400
28400
  encoding: Nothing,
28401
28401
  shell: Nothing
28402
28402
  };
28403
- var copyFiles = (website) => exec2("./node_modules/@explorable-viz/fluidscript/bundle-website.sh -w" + website + " -r node_modules/@explorable-viz/fluid")(copyOptions)((v) => {
28403
+ var copyFiles = (website) => exec2("./node_modules/@explorable-viz/fluidscript/bundle-website.sh -w" + website + " -r true")(copyOptions)((v) => {
28404
28404
  if (v.error.tag === "Just") {
28405
28405
  return log(showErrorImpl(v.error._1));
28406
28406
  }