segmentio / myth

A CSS preprocessor that acts like a polyfill for future versions of the spec.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support external source maps

sbrl opened this issue · comments

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.