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

Updates to favicon #2233

Merged
merged 1 commit into from
Feb 11, 2022
Merged

Updates to favicon #2233

merged 1 commit into from
Feb 11, 2022

Conversation

thostetler
Copy link
Member

@thostetler thostetler commented Feb 10, 2022

Created a new SVG file for generating favicon and added all the necessary files.
This also updates the build process to move favicon assets to the root during release builds

@@ -340,9 +340,17 @@ module.exports = function(grunt) {
'./styles/**',
'./*.html',
'./shared/dist/**',
'!./styles/favicon/**',
Copy link
Member

Choose a reason for hiding this comment

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

Is this a duplicate of line 347-353?

Copy link
Member Author

Choose a reason for hiding this comment

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

Nah, the ! in front removed it from grunt's file selection.

We want to not keep it in the same structure, but flatten the files out at the root level, so I do that in a separate step.

@thostetler thostetler merged commit 4dcf9c4 into adsabs:master Feb 11, 2022
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.

None yet

2 participants