ericclemmons / grunt-angular-templates

Grunt build task to concatenate & pre-load your AngularJS templates
MIT License
710 stars 107 forks source link

Fix concat option on windows #31

Closed trask closed 11 years ago

trask commented 11 years ago

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.

ericclemmons commented 11 years ago

Great catch! Merging...

ericclemmons commented 11 years ago

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!)