asset-pipe / asset-pipe-css-reader

A module that takes any number of css feed streams (provided by asset-pipe sinks) and bundles them into a readable stream of css content.
Other
0 stars 0 forks source link

refactor: Refactor to remove streams and match js reader api changes #9

Closed digitalsadhu closed 6 years ago

digitalsadhu commented 6 years ago

Status

READY

Description

Removes streams for massive code reduction. Entire utils gone. About a million lines from main file gone. All gone. No one is left. They're all dead dave.

BREAKING CHANGE: API is now a single async function. Input changed to an array of feed objects. Output changed to a string bundle.

Todos