Currently getting "unknown concat target" error on windows because the
concat target created by usemin uses the normalized path (with
backslashes on windows).
I needed to normalize the concat target in angular-template before looking
it up so it will work on windows also.
Tagged & release v0.3.10 for you @trask. Thanks for the help, as I don't have a Windows machine available (and IIRC, grunt used to not work well on Windows at all!)
Currently getting "unknown concat target" error on windows because the concat target created by usemin uses the normalized path (with backslashes on windows).
I needed to normalize the concat target in angular-template before looking it up so it will work on windows also.