You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
💬 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:
Thanks for considering this. Cheers!
❓ Platform
Web
The text was updated successfully, but these errors were encountered: