Skip to content

Commit

Permalink
:bandage: fix: temporary fix for minifying js files (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddotthomas committed May 4, 2024
1 parent 2e50fa4 commit 408858a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
11 changes: 5 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,12 @@ tempfile = { version = "3.10.1", default-features = false }
lightningcss = { version = "1.0.0-alpha.55", default-features = false, features = [
"grid",
] }
minify-js = { version = "0.6.0", default-features = false }
# Disabled until bug fixing update
# minify-js = { version = "0.6.0", default-features = false }
# Temporary fork with fix
minify-js = { git = "https://github.com/RuairidhWilliamson/minify-js", branch = "master", version = "0.6.0", default-features = false}



[profile.dev]
opt-level = 0
Expand Down

0 comments on commit 408858a

Please sign in to comment.