-
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
feature request: ability to get output as a stream #17
Milestone
Comments
Agreed! :)
|
+1 |
+1 |
+1 |
joeybaker
added a commit
to joeybaker/css-modulesify
that referenced
this issue
Oct 9, 2015
The `bundle` now emits a `’css stream’` event. Users can listen to this and get a stream of the compiled CSS. I’m not a super big fan of this API, but I couldn’t think of a better way to give access to the stream.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to use this module programmatically, it would be great to be able to get a stream with the output CSS instead of always writing to the file system.
The text was updated successfully, but these errors were encountered: