git clone git://github.com/CultOfOpenSource/bem-zurb-foundation.git --depth 1 bem-zf-project
cd bem-zf-project
npm install
gulp build
phpstorm .
$ git clone https://github.com/ilyar/bem-test.git && cd bem-test && npm i
$ gulp
[14:19:01] Using gulpfile ~/lab/bem-test/gulpfile.js
[14:19:01] Starting 'default'...
[14:19:01] Finished 'default' after 146 ms
$ cat dist/index.css
.menu {
list-style: none;
color: green;
}
.menu__item {
margin-left: 10px;
}