gulp-combine-media-queries
gulp-combine-media-queries copied to clipboard
Node v4 Buffer does not accept objects
Addresses https://github.com/konitter/gulp-combine-media-queries/issues/19 where this module does not work with node v4.
cssJson
is an object, and therefore cannot be turned into a Buffer in v4.
@konitter If possible, I would like to know when this will be accepted, as I need it for a current project. Thank you.
@konitter I can confirm that this issue exists for node 4 and that the suggested fix prevents the problem - be good to get the PR into the trunk... the fact that you don't make the buffer on this line doesn't seem important as you go on to set file.contents on line 350 and create a buffer for it there