GitXplorerGitXplorer
q

step-by-step-1

public
4 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
8a0eeb9ae51e7dd3ca4b2857f8a6e91143dea682

point12

qqfox committed 8 years ago
Verified
9a7194ba1a048f3327899d2e1c1266392c589bbd

fix: build

qqfox committed 8 years ago
Verified
b5c9c79fc67b84199e5ff6e4aebe17ac4a2cae03

point11

qqfox committed 8 years ago
Verified
b4246d77b9ae54c34a37e441c3cffd6117e30b40

chore: move to gulp-bem-bundle-builder

qqfox committed 8 years ago
Verified
c42877723919c4efd94e105154921db15a68b6f8

point10

qqfox committed 8 years ago
Verified
fd77246aef8e5d3492583b962c5da9ef29e5da31

feat(header): add header files with logo

qqfox committed 8 years ago

README

The README file for this repository.

Сборка БЭМ-проектов - шаг за шагом

Что это

Репозиторий с кодом БЭМинара, разбитый по шагам.

Как использовать

Клонируете репозиторий к себе:

git clone https://github.com/zxqfox/step-by-step-1.git tmp
cd tmp

Получить список срезов:

git tag --list | grep point

Изменения между двумя срезами:

git diff point3 point4

Сборка среза:

git checkout point3
gulp build
tree

NB: Чтобы использовать tree вам нужно её установить: