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

[FEATURE REQUEST] Flavor support for web #426

Open
TimBaumgart opened this issue Oct 14, 2022 · 1 comment
Open

[FEATURE REQUEST] Flavor support for web #426

TimBaumgart opened this issue Oct 14, 2022 · 1 comment

Comments

@TimBaumgart
Copy link

💬 Description

I am implementing flavors for web using this example. For flavoring my web builds I am creating one web-folder for each flavor and copy it on top of the default web folder before building my web app. Therefore I want my icons to be saved in a folder that I can specify in the config file.

For example:

web:
  generate: true
  output_path: web_prod

Thanks for considering this. Cheers!

❓ Platform

Web

@TimBaumgart
Copy link
Author

I am just seeing, that there is a prefix option just for web apps. My first problem is, that this option is not documented and difficult to work with. The second problem is, that the existence of flavored config files overrides the use of the --file option. Because of that, I can't just choose a custom config file just for web builds. The new file location expects all flavors to be present. But they are not when I only want to build for a particular web flavor.

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