We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e57ec commit 5114972Copy full SHA for 5114972
1 file changed
gulpfile.js
@@ -134,7 +134,6 @@ function getClosureCompilerCommand(exportsFile, outputFile) {
134
function gen_google_protobuf_js(cb) {
135
// TODO(haberman): minify this more aggressively.
136
// Will require proper externs/exports.
137
- var log_file = fs.createWriteStream('/usr/local/google/home/dibenede/gulp.log', {flags:'w'});
138
exec(
139
getClosureCompilerCommand('commonjs/export.js', 'google-protobuf.js'),
140
make_exec_logging_callback(cb));
0 commit comments