Uh oh!
There was an error while loading. Please reload this page.
fix(test): removed favicon, was breaking re-init unit test - #79
Conversation
cironunes
commented
Nov 28, 2015
Thanks for the PR. This should fix #75 |
Brocco
commented
Nov 28, 2015
This is also fixed in PR #80 |
cironunes
commented
Nov 30, 2015
@IgorMinar is it safe to just remove the |
IgorMinar
commented
Nov 30, 2015
we should keep the favicon because otherwise everyone we'll see annoying http 404 errors in devtools. let's fix the tests |
Brocco
commented
Nov 30, 2015
@IgorMinar by fixing the tests, I believe this will be a fix in the ember-cli repo. I have to trace back through but I believe it is choking when trying to do a file compare of the binary files. The test that is failing is when it is attempting to re-init. |
IgorMinar
commented
Nov 30, 2015
so how about we merge this in to make the build green again, file a separate issue in this repo to readd the favicon and fix the actual issue in ember-cli? once the issue is fixed there we can readd the icon back. |
cironunes
commented
Nov 30, 2015
@IgorMinar good one. |
Brocco
commented
Dec 1, 2015
@IgorMinar I think that's a good compromise for now. There is a related issue already created for the ember-cli (ember-cli/ember-cli#4876) |
IgorMinar
commented
Dec 1, 2015
Could we delete the icon in from our test just before reinit?
|
a799255 to
ff237fbCompareBrocco
commented
Dec 1, 2015
@IgorMinar good call on "deleting", I was able to utilize the Blueprint.ignoredFiles array to ignore the favicon file for the unit test. Branch is updated with that change. |
cironunes
commented
Dec 1, 2015
Nice! I think that now we are good to merge it and have the ci green. |
IgorMinar
commented
Dec 1, 2015
Can you add a comment there explaining what we are doing with the favicon? Otherwise lgtm
|
cironunes
commented
Dec 2, 2015
Added the comment as @IgorMinar requested and landed as 87bfa14. Thanks for the PR, @Brocco! |
Brocco
commented
Dec 2, 2015
@cironunes glad to assist |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
fixes#75
Apparently the binary nature of the favicon.ico file was causing an issue when templates were being processed.