enb / enb-bem-techs

ENB package to build BEM-projects
Other
22 stars 22 forks source link

Introspection Format #217

Closed blond closed 8 years ago

blond commented 8 years ago

Example of new format:

{
    button__text: [
        {
            entity: { block: 'button', elem: 'text' },
            tech: 'css',
            path: 'path/to/file.ext',
            level: 'path/to/level'
        },
        /* ... */
    ],
    /* ... */
}

With this introspection format to easily get a list of files named entity.

What has been done?

blond commented 8 years ago

/cc @emelyanovtv @zumra6a @eGavr @rndD @tadatuta @zxqfox

blond commented 8 years ago

🆙

blond commented 8 years ago

🆙

blond commented 8 years ago

@emelyanovtv @zumra6a I need review :)

tadatuta commented 8 years ago

pr_2880px

qfox commented 8 years ago

Are they yours?

emelyanovtv commented 8 years ago

/ok

blond commented 8 years ago

Протестировал сборку: в project-stub и на СЕРПе дифф в сборке отсутствует, в islands отличается только сборка unit-тестов (из-за технологии levels-to-bemdecl).