Skip to content

Commit

Permalink
add environment variable to force a build
Browse files Browse the repository at this point in the history
this can be used to workaround sass#517
  • Loading branch information
nsams committed Nov 10, 2014
1 parent 34461aa commit e765958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function testBinary(options) {
'-v8-' + options.v8
].join('');

if (options.force) {
if (options.force || process.env.FORCE_NODE_SASS_BUILD) {
return build(options);
}

Expand Down

0 comments on commit e765958

Please sign in to comment.