Use temporary files instead of pipes for JS unminification.

This commit is contained in:
Josh Matthews 2020-05-22 14:38:59 -04:00
parent f6f1648e56
commit 8f4cb28a6d
3 changed files with 29 additions and 18 deletions

View file

@ -106,6 +106,7 @@ sparkle = "0.1"
style = { path = "../style", features = ["servo"] }
style_traits = { path = "../style_traits" }
swapper = "0.1"
tempfile = "3"
tendril = { version = "0.4.1", features = ["encoding_rs"] }
time = "0.1.12"
unicode-bidi = "0.3.4"