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

refactor(icon_resize): Refactor icon generator to execute in a single run #380

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

Hanziness
Copy link
Owner

This PR refactors the icon_resize module so that it can accept different size parameters for each icon to generate. This makes it possible to generate all icons with a single inclusion of the module.

Fixes #376

… run

Nuxt does not warn about it, but it does not execute modules more than once. Because of that, the second icon generator entry in the nuxt config did not run.
@Hanziness Hanziness merged commit a52b463 into develop Sep 16, 2024
1 check passed
@Hanziness Hanziness deleted the 376-icon-generator branch September 16, 2024 17:07
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.

Icon generator module not executing its second run
1 participant