-
-
Notifications
You must be signed in to change notification settings - Fork 188
write to a separate source map file from CLI #107
Comments
https://github.com/cssnext/cssnext#map-default-depends-on-sourcemap Is this enough for you ? |
sorry. needed to be more specific. i'm currently trying via CLI w/ the watcher. trying to avoid a custom node.js script :) |
Hum so I think I've done nothing yet. Maybe we should handle #73 to allow options from json ? |
Maybe you can check if |
yeah was looking into the config. i can add how would you want the option to look like? |
--sourcemap is already inlining normally, so I guess if you use --map you must provide a filename. But yeah we can do that :) That should enable as well map entry in config file from wat I see in the code (I did not create the --config option). |
Not relevant anymore. cssnext is now postcss-cssnext. cssnext is deprecated. See postcss-cssnext migration guide http://cssnext.io/postcss/ |
right now, you can only inline source maps. any way to allow separate source map files?
The text was updated successfully, but these errors were encountered: