Commit 0cdfacaf by Niko Sams

add environment variable to force a build

this can be used to workaround #517
parent 34461aa1
......@@ -115,7 +115,7 @@ function testBinary(options) {
'-v8-' + options.v8
].join('');
if (options.force) {
if (options.force || process.env.SASS_FORCE_BUILD) {
return build(options);
}
......
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