segmentio / myth

A CSS preprocessor that acts like a polyfill for future versions of the spec.
4.33k stars 131 forks source link

Add source map support to CLI #113

Closed hgl closed 9 years ago

hgl commented 9 years ago

Feel free to change cli flag names.

I personally think the long flag name should be --source-map, but not sure how to access it with commander.js , program["source-map"]?

ianstormtaylor commented 9 years ago

thanks!