Skip to content

Fixes logo don't being added to /out #1035

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

Merged
merged 2 commits into from
Dec 17, 2019
Merged

Fixes logo don't being added to /out #1035

merged 2 commits into from
Dec 17, 2019

Conversation

ivnnv
Copy link
Contributor

@ivnnv ivnnv commented Dec 15, 2019

Problem
Parse logo is not showing when visiting (which I find my self visiting dozens of time a day 😅 )

broken-logo

Solution
jsdoc-conf.js is not being told the assets folder needs to be copied into the output folder
and for it to properly work as we expect, we need to move the logo image down into /assets/img.
Readme.md needs to point to "/img/logo_large.png" to get the logo from "/out/img".

Extra
Replacing space by underscore character in "logo large.png" file, so its now "logo_large.png"

.
.
Working logo being shown after this fix:
finally-logo

@dplewis
Copy link
Member

dplewis commented Dec 17, 2019

Thanks for the PR. Can you check the Travis logs? It’s failing.

@ivnnv
Copy link
Contributor Author

ivnnv commented Dec 17, 2019

Mmm I think it has to do with the capital A in "Assets", it should be "assets" (no capital A) to keep consistency naming across the rest of the repo, but i think you cant rename a folder in git fs just for the cases, so Ill change the config to check if travis finds the folder this way (I guess linux is more sensible to name casing)

@codecov
Copy link

codecov bot commented Dec 17, 2019

Codecov Report

Merging #1035 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1035   +/-   ##
=======================================
  Coverage   92.11%   92.11%           
=======================================
  Files          53       53           
  Lines        5114     5114           
  Branches     1142     1142           
=======================================
  Hits         4711     4711           
  Misses        403      403

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1ce1b6b...f150ce2. Read the comment docs.

@ivnnv
Copy link
Contributor Author

ivnnv commented Dec 17, 2019

@dplewis fixed. Travis is happy now 😄

Copy link
Member

@dplewis dplewis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I never noticed. Thanks for contributing!

@dplewis dplewis merged commit 54a8417 into parse-community:master Dec 17, 2019
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