Commit 33fb8aa4 by Kevin Mårtensson

Merge pull request #529 from vivid-planet/force-build

add environment variable to force a build
parents 34461aa1 0cdfacaf
...@@ -115,7 +115,7 @@ function testBinary(options) { ...@@ -115,7 +115,7 @@ function testBinary(options) {
'-v8-' + options.v8 '-v8-' + options.v8
].join(''); ].join('');
if (options.force) { if (options.force || process.env.SASS_FORCE_BUILD) {
return build(options); 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