Skip to content

Commit

Permalink
Merge pull request #123 from lewie9021/master
Browse files Browse the repository at this point in the history
Fix for issue #81 - sourceMappingUrl is wrong.
  • Loading branch information
jhnns committed Jul 23, 2015
2 parents f457b6f + 0b2f916 commit 2d81a95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ module.exports = function (content) {
// this value is (currently) ignored by libsass when using the data input instead of file input
// however, it is still necessary for correct relative paths in result.map.sources
opt.sourceMap = this.options.output.path + '/sass.map';
opt.omitSourceMapUrl = true;
}

// indentedSyntax is a boolean flag
Expand Down

0 comments on commit 2d81a95

Please sign in to comment.