Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #606 from jenius/readme
Browse files Browse the repository at this point in the history
Add clarity to sourceMap option
  • Loading branch information
am11 committed Jan 7, 2015
2 parents a11fafd + d97ca3e commit 520dd86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# node-sass
# node-sass

<table>
<tr>
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 520dd86

Please # to comment.