Commit 9b99f876 by Andrew Nesbitt

Merge pull request #165 from LaurentGoderre/windows-doc

Linked to the upstream issue with node-gyp and Windows in the readme
parents 805ef4ff 4da0c86d
...@@ -6,4 +6,6 @@ When compiling the bindings for Windows, make sure to remove every instance of t ...@@ -6,4 +6,6 @@ When compiling the bindings for Windows, make sure to remove every instance of t
<RuntimeTypeInfo>false</RuntimeTypeInfo> <RuntimeTypeInfo>false</RuntimeTypeInfo>
``` ```
This line is known to cause some incompatibility with libsass and node.js. This line is known to cause some incompatibility with libsass and node.js.
\ No newline at end of file
[More details about the node-gyp issue](https://github.com/TooTallNate/node-gyp/issues/335)
\ No newline at end of file
...@@ -6,4 +6,6 @@ When compiling the bindings for Windows, make sure to remove every instance of t ...@@ -6,4 +6,6 @@ When compiling the bindings for Windows, make sure to remove every instance of t
<RuntimeTypeInfo>false</RuntimeTypeInfo> <RuntimeTypeInfo>false</RuntimeTypeInfo>
``` ```
This line is known to cause some incompatibility with libsass and node.js. This line is known to cause some incompatibility with libsass and node.js.
\ No newline at end of file
[More details about the node-gyp issue](https://github.com/TooTallNate/node-gyp/issues/335)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment