Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #76 build binary for Windows x64 #82

Merged
merged 1 commit into from Apr 15, 2013
Merged

Issue #76 build binary for Windows x64 #82

merged 1 commit into from Apr 15, 2013

Conversation

ghost
Copy link

@ghost ghost commented Apr 15, 2013

build with node-gyp@0.9.5, node@0.10.3, Visual Studio 11 on Win 8

Test:

> var sass = require('node-sass');
> sass.render('body{background:blue; a{color:black;}}', function(err, css){
...   console.log(css)
... }/*, { includePaths: [ 'lib/', 'mod/' ], outputStyle: 'compressed' }*/);
> body {
  background: blue; }
  body a {
    color: black; }

build with node-gyp@0.9.5, node@0.10.3, Visual Studio 11 on Win 8
@andrew
Copy link
Contributor

andrew commented Apr 15, 2013

Awesome, thanks!

andrew added a commit that referenced this pull request Apr 15, 2013
Issue #76 build binary for Windows x64
@andrew andrew merged commit 1e47e14 into sass:master Apr 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant