Skip to content

Commit

Permalink
Merge pull request #964 from am11/master
Browse files Browse the repository at this point in the history
Fixes sourcemaps relative file path issue
  • Loading branch information
xzyfer committed Mar 18, 2015
2 parents 4217540 + 8f36c75 commit 62314f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ namespace Sass {
}
}

emitter.set_filename(output_path);
emitter.set_filename(resolve_relative_path(output_path, source_map_file, cwd));

}

Expand Down

0 comments on commit 62314f6

Please sign in to comment.