segmentio / myth

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

Support external source maps #131

Open sbrl opened 9 years ago

sbrl commented 9 years ago

If I compile my code like this:

~$ myth -vcs src/example.js dist/build.js

It would be nice to have the option to get Myth to save the source map to dist/build.js.map instead of including it inline.