Skip to content

Commit

Permalink
Use --verbose build
Browse files Browse the repository at this point in the history
  • Loading branch information
saper committed Sep 9, 2015
1 parent 3845449 commit 9401e8e
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('node-gyp', 'bin', 'node-gyp.js')), 'rebuild'].concat(
var args = [require.resolve(path.join('node-gyp', '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 9401e8e

Please sign in to comment.