Skip to content
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

Closed
joeybaker opened this issue Jul 2, 2015 · 4 comments · Fixed by #51
Closed

feature request: ability to get output as a stream #17

joeybaker opened this issue Jul 2, 2015 · 4 comments · Fixed by #51
Milestone

Comments

@joeybaker
Copy link
Contributor

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.

@joshgillies
Copy link
Member

Agreed! :)
On 3 Jul 2015 05:08, "Joey Baker" notifications@github.com wrote:

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.


Reply to this email directly or view it on GitHub
#17.

@joshwnj
Copy link
Member

joshwnj commented Jul 3, 2015

+1

@serapath
Copy link

+1

@joshwnj joshwnj added this to the 1.0 release milestone Aug 25, 2015
@royriojas
Copy link

+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.
joshwnj added a commit that referenced this issue Oct 12, 2015
fix #17: add a stream output option
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants