aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/gulpfile.js
diff options
context:
space:
mode:
authorGravatar Peter Marton <pmarton@netflix.com>2018-03-26 16:07:45 -0700
committerGravatar Peter Marton <pmarton@netflix.com>2018-05-08 09:23:56 -0700
commit13f94b4092cff9bc36a62adb4bf2e362b4f85979 (patch)
treee78104e42e6d56aa0233a829371bf639bfd3e469 /js/gulpfile.js
parent3c4e36847330df7c6b3e136b5abf590466dac164 (diff)
Fix strict JS generator with import in a protofile
Diffstat (limited to 'js/gulpfile.js')
-rw-r--r--js/gulpfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/gulpfile.js b/js/gulpfile.js
index 4e6dd14b..709c5cf9 100644
--- a/js/gulpfile.js
+++ b/js/gulpfile.js
@@ -42,7 +42,8 @@ var group2Protos = [
];
var group3Protos = [
- 'test9.proto'
+ 'test9.proto',
+ 'test10.proto'
];