Login  Register

A question about application deployment.

Posted by Rayne on Mar 13, 2010; 4:47am
URL: https://forum.world.st/A-question-about-application-deployment-tp1591431.html

http://code.google.com/p/pharo/wiki/HowToDeployAnApplication

Oh that page, it talks about "shrinking" an image: "Reduce the image size by throwing out anything that is not required by your app and which is useless for your customer (unit tests, dev tools)."

but it doesn't explain /how/ to do so. How does one "throw out" stuff like unit tests and dev tools?