What does it mean to concatenate files? Find an image of an example concatenated file. Why would we want to concatenate files?
- To put them together so theyre treated as one. We might want to concatenate to send fewer files for the same amount of data.
What does it mean to precompile files? What does this have to do with coffeescript and sass files?
- To grab database info all at once for faster successive calls. Coffeescript and Sass files are precompiled so that all of their libraries can be accessed.
What does it mean to minify files? Find an image of an example minified file. Why would we want to minify files?