-
Notifications
You must be signed in to change notification settings - Fork 98
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
Jordan/1894 favicons #1923
Jordan/1894 favicons #1923
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1923 +/- ##
=======================================
Coverage 95% 95%
=======================================
Files 119 119
Lines 2565 2565
Branches 120 120
=======================================
Hits 2437 2437
Misses 118 118
Partials 10 10 |
app/index.ejs
Outdated
<div id="app" style="background: #15182d"></div> | ||
</body> | ||
<body style="background: #15182d"> | ||
<script async src='https://www.google-analytics.com/analytics.js'></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unrelated to this PR: we should probably bundle this instead of making this request here? what do you guys think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's ok to keep it in the main template, those resources won't change often
Thanks for fixing the indentation here 👍
@@ -46,7 +46,7 @@ const rendererConfig = { | |||
loader: `url-loader`, | |||
query: { | |||
limit: 10000, | |||
name: `imgs/[name].[ext]` | |||
name: `images/[name].[ext]` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i don't know how / if this was working before - but imgs
wasn't an actual path
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
webpack was moving the files in the imgs
folder and fixing the references where needed (css js or ejs files), but this renaming iswas confusing and does not add value at all 👍 good cleanup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would put the images inside the assets folder, keeping them at root level seems a bit confusing -> and then changing all the references in the manifest and the links |
this was simpler because i didn't need to tell webpack to move the assets (there is an icon folder, separate from the assets folder) and because the paths didn't seem to work in if you can, would you mind taking a look to see if this is easy to accomplish? |
Signed-off-by: Karoly Albert Szabo <[email protected]>
I used the |
Signed-off-by: Karoly Albert Szabo <[email protected]>
Signed-off-by: Karoly Albert Szabo <[email protected]>
thanks for the help @sabau!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's iconize Voyager
Closes #1894
Description:
❤️ Thank you!
CHANGELOG.md
with issue # and GitHub usernameFiles changed
in the github PR explorer