Can I create app.min.js from only app.js and app.min.js.map?

In my AngularJS project, I deleted by mistake my last app.min.js and I need to rebuild it by using my app.js and app.min.js.map files.

Yes, I know I can rebuild everything with the source files. But I need to do it with those files since are the only ones I can access to.