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

Sourcemap support #15

Open digitalsadhu opened 6 years ago

digitalsadhu commented 6 years ago

Needs https://github.com/asset-pipe/asset-pipe-css-writer/issues/13 to be done first. An option should be added to specify whether sourcemaps should be included in the final bundle. If no, strip out all sourcemaps from feeds. If yes, create a new sourcemap and inline. PostCSS can be used to do the heavy lifting.