Answer the question
In order to leave comments, you need to log in
Why is gulp-bem not building the project?
I'm trying to build a project using the BEM methodology and the gulp-bem tool, but for some reason nothing is being created https://github.com/SmirnovW/bem-test can anyone tell me? Thank you!
Answer the question
In order to leave comments, you need to log in
Judging by the example from the tests: https://github.com/floatdrop/gulp-bem/tree/master/...
then it should be like this: https://github.com/SmirnovW/bem-test/pull/1 /files
$ 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;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question