Right now we're skipping post-processing if the comparison says a file hasn't been updated. However, that means that if one of the file's dependencies has been updated, the file will not be updated to reflect that change.
For example, consider a CSS file which hasn't changed but references an image which has.
Right now we're skipping post-processing if the comparison says a file hasn't been updated. However, that means that if one of the file's dependencies has been updated, the file will not be updated to reflect that change.
For example, consider a CSS file which hasn't changed but references an image which has.