Skip to content

Commit

Permalink
regression fix scssphp sourcemap output
Browse files Browse the repository at this point in the history
  • Loading branch information
dleffler committed Nov 17, 2017
1 parent 908d127 commit 9d7e909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/scssphp/src/SourceMap/SourceMapGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public function saveMap($content){
if(file_put_contents($file, $content) === false){
throw new CompilerException(sprintf('Cannot save the source map to "%s"', $file));
}
return $file;
return $this->options['sourceMapURL'];
}

/**
Expand Down

0 comments on commit 9d7e909

Please sign in to comment.