aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/gulpfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/gulpfile.js b/js/gulpfile.js
index d94d4a14..b6ee7c57 100644
--- a/js/gulpfile.js
+++ b/js/gulpfile.js
@@ -11,6 +11,7 @@ var protoc = process.env.PROTOC || '../src/protoc';
var wellKnownTypes = [
'../src/google/protobuf/any.proto',
'../src/google/protobuf/api.proto',
+ '../src/google/protobuf/compiler/plugin.proto',
'../src/google/protobuf/descriptor.proto',
'../src/google/protobuf/duration.proto',
'../src/google/protobuf/empty.proto',