Skip to content

Commit

Permalink
Merge commit 'refs/pull/1129/head' of github.com:sass/node-sass
Browse files Browse the repository at this point in the history
  • Loading branch information
saper committed Sep 8, 2015
2 parents edbf497 + 8e91cef commit 74403d1
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 @@ -130,7 +130,7 @@ function build(options) {
process.exit(1);
}

var args = [require.resolve(path.join('pangyp', 'bin', 'node-gyp.js')), 'rebuild'].concat(
var args = [require.resolve(path.join('pangyp', 'bin', 'node-gyp.js')), 'rebuild', '--verbose'].concat(
['libsass_ext', 'libsass_cflags', 'libsass_ldflags', 'libsass_library'].map(function(subject) {
return ['--', subject, '=', process.env[subject.toUpperCase()] || ''].join('');
})).concat(options.args);
Expand Down

0 comments on commit 74403d1

Please sign in to comment.