Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Как нибудь можно чтобы на основании bemjson создавались директории для блоков? #107

Open
krll-k opened this issue May 7, 2015 · 1 comment

Comments

@krll-k
Copy link

krll-k commented May 7, 2015

index.bemjson.js:

block : 'information',
content : [
    {
        block : 'telephone',
        content : [
            {
                elem : 'phone-number',
                content : '8 (831) 280-96-51'
            },
            {
                elem : 'opening-times',
                content : 'Пн-Пт: 9:00-18:00'
            }
        ]
    },
    {
        block : 'telephone',
        content : [
            {
                elem : 'phone-number',
                content : '8 (800) 555-18-38'
            },
            {
                elem : 'additional-information',
                content : 'Звонок по России бесплатный'
            }
        ]
    }
]

У меня еще не созданы блок information в desktop.blocks, и я не хочу его вручную создавать, вот можно было бы на основании bemjson всего лишь одной командой или по сейву их получать

Хочу чтобы по определенной команде создался файл desctop.blocks/telephone/telephone.css:

.telephone {
    
}

.telephone__phone-number {
    
}

.telephone__opening-times {
    
}

.telephone__additional-information {
    
}
@tadatuta
Copy link
Member

tadatuta commented May 7, 2015

@krll-k Сделал на коленке обертку над bem create на 30 строк: https://github.com/tadatuta/create-files-by-bemjson, надеюсь, пригодится.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants