Is there any Uglify Express Middleware?

I'm trying to find an Express Middleware for Uglify, can you recommend one? It seems like uglify-js-middleware is trying to solve it to Connect, but it seems like it's not maintained anymore and when I tried it, it didn't with Express.

You should try these packages :

  1. express-uglify
  2. js-middleware

I'm using a middleware that I forked based on the less-middleware. I preferred the approach and setup better compared to some of the other options.

902 Labs - express-uglify-middleware on GitHub