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 Aug 1, 2019. It is now read-only.
Atm layer used as an absolute path, it's incorrect.
Layer is an abstract identifier and does not know anything about paths on fs.
In the result fs-scheme can return just relative path to level directory.
So these lines https://github.com/bem-sdk/bem-fs-scheme/blob/master/lib/schemes/nested.js#L50-L52 should looks like:
Because layer should contains just
'common'
or'desktop'
strings.p.s. Guess there is the same issue in flat scheme.
The text was updated successfully, but these errors were encountered: