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
{{ message }}
This repository was archived by the owner on Apr 23, 2019. It is now read-only.
When using wildcards like /css/*.css on .mendelrc, if a CSS file exists only on a variation and not on base, the base bucket for production build is picking up the file that it shouldn't.
When using wildcards like
/css/*.csson.mendelrc, if a CSS file exists only on a variation and not onbase, the base bucket for production build is picking up the file that it shouldn't.How to reproduce in details:
If I have the following example:
variations/new-card/css/activity-addon.csspicked up bybaseeven tho there should be nonew-cardfiles being used.Temporary workaround
Currently I am able to use Mendel by creating a dummy file
Where:
base/css/activity-addon.cssis emptyBase variation will now show correct styles.