Skip to content

Commit

Permalink
Merge branch 'issue-548' of https://github.com/ekskimn/libsass into i…
Browse files Browse the repository at this point in the history
…ssue-548

* 'issue-548' of https://github.com/ekskimn/libsass:
  sass#548 squashed commit
  • Loading branch information
Eric Kimn committed Mar 18, 2015
2 parents a14c87b + 717c3ed commit 47ecb0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ environment:
ruby_version: "21-x64"

cache:
- C:\mingw64
- C:\Ruby%ruby_version%\lib\ruby\gems

install:
Expand Down Expand Up @@ -63,7 +64,7 @@ test_script:
ruby sass-spec\sass-spec.rb -c sassc\bin\sassc.exe -s --ignore-todo sass-spec/spec
} else {
if ($env:Config -eq "Debug") {
echo "test runner in debug mode build via msvc will throw debug assertions"
echo test runner in debug mode build via msvc will throw debug assertions
echo ruby sass-spec\sass-spec.rb -c win\bin\Debug\sassc.exe -s --ignore-todo sass-spec/spec
} else {
ruby sass-spec\sass-spec.rb -c win\bin\sassc.exe -s --ignore-todo sass-spec/spec
Expand Down
2 changes: 1 addition & 1 deletion context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ namespace Sass {
}
}

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

}

Expand Down

0 comments on commit 47ecb0d

Please sign in to comment.