Grunt Task Race Conditions
Normally, task control flow in Grunt is a simple process of defining the order of task processes in one, or more, default tasks. This is especially true when your tasks require static data in their configurations, e.g. a static list of paths used for the
src
attribute of an uglify task.