However, grunt build will not complete because it no concat targets are found (nor uglify targets, for that matter). If it were working properly, the concat:generated and uglify:generated tasks would have been added to the loaded grunt tasks, which would then be executed by usemin in the last step of my build.
Hopefully this is all clear!