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

Remove font-awesome references #249

Merged
merged 2 commits into from
Nov 19, 2018
Merged

Remove font-awesome references #249

merged 2 commits into from
Nov 19, 2018

Conversation

jrochkind
Copy link
Contributor

@jrochkind jrochkind commented Nov 19, 2018

As far as we can tell, browse-everything was not using font-awesome at all. Removing the dependency and references makes the code simpler, less likely to cause dependency conflicts, avoid adding weight for an unused dependency, and generally easier to deal with other subsequent changes.

Technical backwards incompat unlikely to effect many/any:

  • If apps were counting on using font-awesome via the rails gem, but were not otherwise declaring it as a dependency, relying on b-e to include the ruby gem or provide the '@import' in a generated file — they’ll have to do these things themselves.

  • There is no longer a ‘fa3’ or ‘fa4’ class added to the BE HTML. Unlikely to effect anyone unless they had overridden BE HTML in weird ways; BE itself was not providing any styling making use of these classes.

Ref #246

As far as we can tell, browse-everything was not using font-awesome at all. Removing the dependency and references makes the code simpler, less likely to cause dependency conflicts, and generally easier to deal with other subsequent changes.

Technical backwards incompat unlikely to effect many/any:

* If apps were counting on using font-awesome via the rails gem, but were not otherwise declaring it as a dependency,  relying on b-e to include the ruby gem or provide the '@import' in a generated file — they’ll have to do these things themselves.

* There is no longer a ‘fa3’ or ‘fa4’ class added to the BE HTML.  Unlikely to effect anyone unless they had overridden BE HHTML in weird ways; BE itself was not providing any styling making use of these classes.
@jrgriffiniii jrgriffiniii self-requested a review November 19, 2018 15:08
@mbklein
Copy link
Member

mbklein commented Nov 19, 2018

I'm OK with the first bullet point – dependencies aren't part of our contract with the consumer. The second point seems really unlikely to bite anyone. I'll approve and merge right after the new test run passes.

@jrgriffiniii jrgriffiniii merged commit 1eec759 into master Nov 19, 2018
@jrgriffiniii jrgriffiniii deleted the remove_font_awesome branch November 19, 2018 17:03
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.

3 participants