-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The only solution I can think of is:
Have a prebuild script that will find empty dirs in the semitemplates and write them in a .json, like
emptyDirs.json
{
"expo": [
"src/components/common",
"src/components/contexts",
]
}etc. Store it maybe on data/. On applySemitemplates(), those would be created for the current flavor.
This apply isn't require on dev env, as the empty dirs exists on local semitemplate dir.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels