Skip to content

Commit

Permalink
♻️ Remove deep ffi copy in prep for next gleam release.
Browse files Browse the repository at this point in the history
  • Loading branch information
hayleigh-dot-dev committed Nov 28, 2024
1 parent 3d739fa commit 42faa7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 101 deletions.
3 changes: 0 additions & 3 deletions src/lustre_dev_tools/esbuild.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import lustre_dev_tools/error.{
type Error, BundleError, CannotSetPermissions, CannotWriteFile, NetworkError,
UnknownPlatform, UnzipError,
}
import lustre_dev_tools/esbuild/preprocess
import lustre_dev_tools/project
import lustre_dev_tools/utils
import simplifile.{type FilePermissions, Execute, FilePermissions, Read, Write}
Expand Down Expand Up @@ -69,8 +68,6 @@ pub fn bundle(input_file: String, output_file: String, minify: Bool) -> Cli(Nil)
}

use <- cli.log("Bundling with esbuild")

use _ <- cli.do(preprocess.copy_deep_ffi())
use _ <- cli.try(exec_esbuild(root, options))

use <- cli.success("Bundle produced at `" <> output_file <> "`")
Expand Down
98 changes: 0 additions & 98 deletions src/lustre_dev_tools/esbuild/preprocess.gleam

This file was deleted.

0 comments on commit 42faa7f

Please sign in to comment.