-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename to bem-walk-tenorok #3
Comments
why tenorok? |
gulp-bem-walk is better |
@blond what do u think? |
@Yeti-or why you need this module? If this module to convert bem files to vinyl and back, then suitable Example: convert bem files to const toVinyl = require('gulp-bem-fs').toVinyl;
const walk = require('bem-walk');
walk(levels, config)
.pipe(toVinyl()); Example: convert const toBem = require('gulp-bem-fs').toBem;
gulp.src('lib/**')
.pipe(toBem()); |
Can we try to use Vinyls instead of BemFiles? |
@zxqfox we can do everything that you can imagine ✨ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe gulp-bem-walk?
The text was updated successfully, but these errors were encountered: