We have had a few issues where we didn't check grunt dist before merging something. This is of course partly what CI is for, to check to make sure everything is right. Therefore we should add grunt dist to our CI builds to make sure that a distribution can be built without errors.
We have had a few issues where we didn't check
grunt dist
before merging something. This is of course partly what CI is for, to check to make sure everything is right. Therefore we should addgrunt dist
to our CI builds to make sure that a distribution can be built without errors.