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

style.min.css recovery plan #40

Closed
benlk opened this issue Feb 21, 2020 · 2 comments
Closed

style.min.css recovery plan #40

benlk opened this issue Feb 21, 2020 · 2 comments

Comments

@benlk
Copy link
Collaborator

benlk commented Feb 21, 2020

big red flag: style.min.css was being edited directly in prod and staging. When we regenerate the CSS stylesheets from LESS, and then deploy those changed CSS files via git push, it destroys the edits.

we need to:

  • diff the prod server's copy of style.min.css, the staging server's copy of style.min.css, and github's master branch's copy of style.min.css
  • copy all of the changes from prod into Github
  • then overwrite those changes with the changes from staging
  • then back-translate those changes into LESS file changes
  • then re-generate style.css (Nav updates for #34, and bring code changes from staging into this repo #39 does away with style.min.css for this exact reason, because diffing .min.css is a pain)
@benlk
Copy link
Collaborator Author

benlk commented Feb 21, 2020

@benlk benlk mentioned this issue Feb 21, 2020
1 task
@benlk
Copy link
Collaborator Author

benlk commented Mar 5, 2020

Sonya completed the diffing herself, and got everything in the Customizer.

@benlk benlk closed this as completed Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant