Is there an ExpressJS middleware for RequireJS optimizer?

I don't want to use any build process to run RequireJS optimizer. Is there an ExpressJS middleware for RequireJS optimizer?

Can you try this example for optimizing. It configures app to optimize js files, and then use it. This should work as good as middleware.