-
Notifications
You must be signed in to change notification settings - Fork 4
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
Directories instead of files #4
Comments
Well, I guess we should pass something like Stream with Files instead of single File. |
no
The files in Tech-plugins should decide how handle this dirs. Is it the same as PostCSS should know how to read and parse CSS. |
Ты не понял, если мы для файлов будем возвращать File, а для директорий — неведомое что-то, будет неконсистентность ;-) Вопрос не про bem-walk, а про gulp-bem. Раскрывать не надо — нужно просто VinylDirectory или Stream возвращать, который внутри кто-то другой расчехлит. Если не согласен, давай аргументы. Аналогия с PostCSS какая-то вообще не к месту ;) |
Ну и я бы не постеснялся возвращать Моя идея такая, мы нашли файлы или директории, которые по неймингу и схеме внутри уровня являются сущностью. Всё, на этом моменте нужно остановится. Как в случае с файлом нам не надо читать и парсить его содержимое, так и в случае с директорией этого делать не надо. |
@zxqfox ну или расскажи зачем нам читать какие файлы есть в директории и стримить это? |
Не не, читать не надо. Согласен, что |
cc @deeonis |
What if we have something like this:
so we have
.assets
technology. Now we expect only files likeicon.css
oricon.js
. What should we give to our users?The text was updated successfully, but these errors were encountered: