- What does it mean to concatenate files? Find an image of an example concatenated file. Why would we want to concatenate files?
It appends one file to another http://orange.readthedocs.io/en/latest/_images/Concatenate-Example.png Saves space
- What does it mean to precompile files? What does this have to do with coffeescript and sass files?
compiled into an intermediate form that is faster to process for the compiler.