-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Conversation
Changes Unknown when pulling f5d27d9 on jenius:readme into * on sass:master*. |
Developers are pretty normal humans (perhaps I am being little optimistic here) but the relative paths is quite a known concept, even outside the dev community. :)
However, when source-map option is set to a relative file path, we resolve the path with respect to the path of that of output file. This does not mean that the If the text in readme is not depicting the intended behavior, feel free to propose a better alternative. Thanks for the PR! 👍 A logical question: why don't we resolve sourcemap path against It is because it does not make sense to generate a source-map file without having the destination. Also, note that now we have embedded content option in source-map as well, so it should probably be a legit case to have not |
The fact that you had to write that lengthy of a comment to explain what it meant is exactly my point. Here's how I might reword it:
Does that seem correct? It makes more sense to me on initial reading. |
Yeah it looks fine. Just to be consistent with rest of the text:
|
Ok just rebased to include the modified text. 🎉 |
Thanks @Jenius! 👍 |
Whoo! 🎉 |
[WIP] Fixes and improves travis ci build
Very small PR that adds the fact that you must specify
outFile
as well in order to generate a source map.