I made a distutils command to take the Javascript files in an application and put them together and compress them. I'd like the result to kind of always be there; it would be distributed with the egg for instance. But I don't really want it in source control. So I think I need to make this part of the build somehow. What should I look for to do that?
-- Ian Bicking | [EMAIL PROTECTED] | http://blog.ianbicking.org | Write code, do good | http://topp.openplans.org/careers _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
