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 Feb 6, 2018. It is now read-only.
It means we should not include any absolute paths into layer and should provide level as a property of BemFile while BemCell should contains pure layer id.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Atm BemCell.layer contains path to blocks directory. But layer is an Id of layer.
E.g. for classic scheme (
${level}/${layer}.blocks/${entity.id}.${tech}
) we have paths:For modern scheme (
${level}/${entity.id}@${layer}.${tech}
) we have paths:It means we should not include any absolute paths into layer and should provide
level
as a property ofBemFile
whileBemCell
should contains purelayer
id.The text was updated successfully, but these errors were encountered: