A presentation at Frontendisti.cz in April 2014 in Ostrava, Czechia by Robin Pokorny
Organizace kódu v týmu @robinpokorny
ui/ ├── ├── ├── ├── ├── ├── ├── ├── ├── └── dist/ lib/ src/ bower.json Gruntfile.js index.js package.json readme.md style.less …
ui/ └── src/ ├── components/ │ ├── component-A/ │ ├── … │ └── component-R/ │ ├── images/ │ ├── index.js │ └── style.less ├── modules/ ├── partials/ ├── core.less └── styleguide.md
/* Pager .pager { &__item { … Multi-page pagination links &—active {…} Markup: <ul class=”pager”>…</ul> &—ellipsis { &:before {…} } Styleguide 4.5 */ } @media only screen and … { … } }
View Organizace kódu v týmu (cs) on Notist.
Dismiss
Prezentace pro druhý sraz Frontendisti.cz v Ostravě.