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 has been 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/*.css
on.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.css
picked up bybase
even tho there should be nonew-card
files being used.Temporary workaround
Currently I am able to use Mendel by creating a dummy file
Where:
base/css/activity-addon.css
is emptyBase variation will now show correct styles.
The text was updated successfully, but these errors were encountered: