I generated a meanjs app and build and minify it. How should I deploy the prod build of app to openshift ?
Currently, I add all of the files to openshift repository and the push is pretty slow. I don't want to build my app on openshift. I can build it at local. I just want to deploy the final version on openshift.
Thank you Green