Currently, files are concatenated on every build. It would be nice to have an option to either cache the files based on their content (calculating hashes of the file contents and comparing the hashes to the last known output). Alternatively, it could compare the modification dates to the output file and skip concatenating if the output file is newer.