ladjs/express-cdn

When Uglify fails, it doesn't tell which file is failing it.

Closed this issue · 1 comments

I've found Uglify to fail for several good reasons:

  1. ES6 code accidentally is used in JS assets
  2. Static checked catches an error in JS code. (e.g. forgetting to close parenthesis)

When such failure happens, however, express-cdn doesn't print out which file fails.

image

fixed in v0.3.3, see #120