|
|
- Gathering & packaging files
- Programmers have built a number of tools to deal with this, called "build tools"
- Build tools are intended for the compilation, moving and/or compressing of code files, using scripts to determine where and what needs to be moved from place to place
- Obviously, graphics files don't neede compilation: but moving and gathering files is necessary than graphics files
- Using build tools, you can gather your files, even across networks, compile and zip them all up as a package.
- You can use Perl or another scripting language to do this... but there's tools that have all the infrastructure built into it
|
|