ericclemmons / grunt-angular-templates

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

concat not working in Windows? #48

Closed torjue closed 11 years ago

torjue commented 11 years ago

Seems like the concat option isn't working in Windows, when used with usemin, due to path issues. Same gruntfile works on osx/linux.

error

ericclemmons commented 11 years ago

Thanks for the screenshot! I believe grunt.util has something I can use to detect the file system or figure out the usemin path.

I'll figure it out, but will probably need your help on it :)