Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@WatsonWeb
Copy link
Contributor

Remove path.extname() check to fix build:production task.

Currently path.extname() is being supplied an object when it expects a string, resulting in a fatal error during production builds.

Removal is the cleanest solution as it's an unnecessary check, assets[name] will always be an object.

Remove path.extname() check to fix build:production task.

Currently path.extname() is being supplied an object when it expects a string, resulting in a fatal error during production builds.

Removal is the cleanest solution as it's an unnecessary check, assets[name] will always be an object.
@retlehs retlehs merged commit 69917bf into roots:sage-9 Jul 21, 2016
@retlehs retlehs mentioned this pull request Jul 21, 2016
5 tasks
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.

2 participants