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

feat: backwards compatible change of content key #10

Closed digitalsadhu closed 6 years ago

digitalsadhu commented 6 years ago

Status

READY

Description

Changes .content to .source in feed definition. Does so in a backwards compatible way so .content is still supported. This is because 'source' is the key used in js-reader and we want to be consistent between implementations.

Todos