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

Instate an utility to easily migrate from frameworks #77

Closed
valadas opened this issue Dec 14, 2019 · 1 comment
Closed

Instate an utility to easily migrate from frameworks #77

valadas opened this issue Dec 14, 2019 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@valadas
Copy link
Collaborator

valadas commented Dec 14, 2019

One often has to build themes to replace existing ones. For instance, i just had to build a theme to replace bootstrap3 to bootstrap4 and fontawesome4 to fontawesome5. The main issue is that on sites with a lot of content, you often need to rewrite a lot of the content.

Based on a list of bs4 and bs5 equivalent class names, I was able to build a little piece of javascript to automatically replace them. After doing this for one client, I though this might be useful as a utility for any from-to class replacements. It also logs the elements that where replaced to make it easy after the theme implementation to go back and edit content for proper non-replaced classes.

@valadas valadas added the enhancement New feature or request label Dec 14, 2019
@valadas valadas changed the title Instate an utility to easily migrate from fromeworks Instate an utility to easily migrate from frameworks Dec 14, 2019
@valadas valadas added this to the 0.3.0 milestone Dec 14, 2019
@valadas
Copy link
Collaborator Author

valadas commented Dec 14, 2019

Resolved in #80

@valadas valadas closed this as completed Dec 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant