uglifyjs binary: Make read_whole_file async and don't attempt to read STDIN synchronously.

This commit is contained in:
Andreas Lind Petersen
2013-03-31 11:51:43 +02:00
committed by Mihai Bazon
parent 7628bcac01
commit 69dde0462b
2 changed files with 109 additions and 103 deletions

View File

@@ -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"