-
Notifications
You must be signed in to change notification settings - Fork 47
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
idea: plugins? #115
Comments
This was brought up by dat-ecosystem-archive/datBase#381, which shows we need to dedupe - best would be to operate on all of the CSS ghmm |
the simplest option feels like a "global plugin": a function to create a transform stream that is piped the final output stream, but happy with whatever you think is the best way to support your use case. 🌸 |
Yeah, think so too - tho in on the other hand Browserify is super mature
and their plugin design is well thought out; perhaps we should make the
leap and copy it? idk
…On Sat, Jan 14, 2017 at 5:11 AM Mikey ***@***.***> wrote:
the simplest option feels like a "global plugin": a function to create a
transform stream that is piped the final output stream, but happy with
whatever you think is the best way to support your use case. 🌸
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#115 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACWleh421IPhbWcG2jqxu9e6ndUg_DbRks5rSEsCgaJpZM4LjfNH>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to write a package to dedupe CSS; all of it. Problem is: we can't access the whole bundle because we stream it out. Should we perhaps introduce a plugin system of the sorts and have a labeled pipeline thing like browserify does? Perhaps only allow access to the final output stream?
cc/ @ahdinosaur @hughsk thoughts on how we can apply transformations to all of the CSS? Thanks!
The text was updated successfully, but these errors were encountered: