This repository has been archived by the owner on Mar 25, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Extend outgoing vinyl objects with BEM-related info #3
Comments
The latest vinyl version supports additional props in constructor: gulpjs/vinyl#92 |
what about |
@Yeti-or what you want to eval? Browser.js? Or css? |
I have |
|
Let's use We can add |
You can use custom props in |
Yup. Doing this right now. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Shortly, like that:
This will be useful to build plugins like
streamFilter(file => file.entity.block !== 'button')
.We can add it as an option that will turn this logic on. Something like
{ bem: true }
or more sensible ;-)The text was updated successfully, but these errors were encountered: