techpines / asset-rack

Static Web Framework for Nodejs
asset-rack.org
324 stars 93 forks source link

Update Uglifyjs, Apparently Non-deterministic compilation behavior #88

Open techpines opened 11 years ago

techpines commented 11 years ago

This causes problems with fingerprinting. Because the same compilation process will generate different md5sums for the same asset.

techpines commented 11 years ago

Here's the issue:

https://github.com/mishoo/UglifyJS2/issues/229