aboutsummaryrefslogtreecommitdiffstats
path: root/web/gulpfile.js
diff options
context:
space:
mode:
authorJason <jason.daurus@gmail.com>2016-06-09 17:46:14 +0800
committerJason <jason.daurus@gmail.com>2016-06-09 17:52:30 +0800
commitf306cfa8b6445dd04c5f7188d1a5022bcb747a62 (patch)
tree8b229ee951b4e4756c3596b66cefee632bfb8870 /web/gulpfile.js
parent52754f40c29b95b8355627036660f7e182007e74 (diff)
downloadmitmproxy-f306cfa8b6445dd04c5f7188d1a5022bcb747a62.tar.gz
mitmproxy-f306cfa8b6445dd04c5f7188d1a5022bcb747a62.tar.bz2
mitmproxy-f306cfa8b6445dd04c5f7188d1a5022bcb747a62.zip
[web] separate flowtable to multiple files
Diffstat (limited to 'web/gulpfile.js')
-rw-r--r--web/gulpfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/gulpfile.js b/web/gulpfile.js
index ffa5387a..4a8c765f 100644
--- a/web/gulpfile.js
+++ b/web/gulpfile.js
@@ -142,6 +142,7 @@ function app_stream(dev) {
var bundler = browserify({
entries: [conf.js.app],
debug: true,
+ extensions: ['.jsx'],
cache: {}, // required for watchify
packageCache: {} // required for watchify
});