@@ -146,6 +146,14 @@ Output will be saved with the same name as input SASS file into the current work
...
@@ -146,6 +146,14 @@ Output will be saved with the same name as input SASS file into the current work
--include-path Path to look for @import-ed files [default: cwd]
--include-path Path to look for @import-ed files [default: cwd]
--help, -h Print usage info
--help, -h Print usage info
## Post-install Build
Install runs a series of Mocha tests to see if your machine can use the pre-built `libsass` which will save some time during install. If any tests fail it will build from source.
If you know the pre-built version will work and do not want to wait for the tests to run you can skip the tests by setting the environment variable `SKIP_NODE_SASS_TESTS` to true.
SKIP_NODE_SASS_TESTS=true npm install
## Contributors
## Contributors
Special thanks to the following people for submitting patches:
Special thanks to the following people for submitting patches: