uglifyjs binary: Make read_whole_file async and don't attempt to read STDIN synchronously.
This commit is contained in:
committed by
Mihai Bazon
parent
7628bcac01
commit
69dde0462b
@@ -15,8 +15,9 @@
|
||||
"url": "https://github.com/mishoo/UglifyJS2.git"
|
||||
}],
|
||||
"dependencies": {
|
||||
"async" : "~0.2.6",
|
||||
"source-map" : "~0.1.7",
|
||||
"optimist" : "~0.3.5"
|
||||
"optimist" : "~0.3.5",
|
||||
},
|
||||
"bin": {
|
||||
"uglifyjs" : "bin/uglifyjs"
|
||||
|
||||
Reference in New Issue
Block a user