Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix concat option on windows #31

Merged
merged 1 commit into from
Jul 7, 2013
Merged

Fix concat option on windows #31

merged 1 commit into from
Jul 7, 2013

Conversation

trask
Copy link
Contributor

@trask trask commented Jul 7, 2013

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.

Currently getting "unknown concat target" error on windows because the
concat target created by usemin uses the normalized path (with
backslashes on windows).

Need to normalize the concat target in angular-template before looking
it up so it will work on windows also.
@ericclemmons
Copy link
Owner

Great catch! Merging...

ericclemmons added a commit that referenced this pull request Jul 7, 2013
@ericclemmons ericclemmons merged commit 53d3990 into ericclemmons:master Jul 7, 2013
@ericclemmons
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants