Commit 520dd86a by Adeel Mujahid

Merge pull request #606 from jenius/readme

Add clarity to sourceMap option
parents a11fafdc d97ca3e9
# node-sass
# node-sass
<table>
<tr>
......@@ -118,7 +118,7 @@ The callback function is passed a results object, containing the following keys:
`sourceComments` is a `Boolean` flag to determine what debug information is included in the output file.
#### sourceMap
`sourceMap` can be set as `String` or `Boolean`. If it is set to `true`, the path of sourceMap would be computed by node-sass w.r.t the outFile path. It can also be set to absolute or relative (to outFile) path.
You must define this option as well as `outFile` in order to generate a source map. If it is set to `true`, the source map will be generated at the path provided in the `outFile` option. If set to a path (`String`), the source map will be generated at the provided path.
#### sourceMapEmbed
`sourceMapEmbed` is a `Boolean` flag to determine whether to embed `sourceMappingUrl` as data URI.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment