aboutsummaryrefslogtreecommitdiffstats
path: root/web/gulpfile.js
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-09-17 17:30:19 +0200
committerMaximilian Hils <git@maximilianhils.com>2014-09-17 17:30:19 +0200
commit102bd075689892b06765fb857c89604fe9cf33e5 (patch)
tree6782d4ee795337204d29a873e7854d6e426574df /web/gulpfile.js
parent8245dd19f4f2f4cdd74a6fdf9b5e051c2cd2fac6 (diff)
downloadmitmproxy-102bd075689892b06765fb857c89604fe9cf33e5.tar.gz
mitmproxy-102bd075689892b06765fb857c89604fe9cf33e5.tar.bz2
mitmproxy-102bd075689892b06765fb857c89604fe9cf33e5.zip
implement FlowStore basics
Diffstat (limited to 'web/gulpfile.js')
-rw-r--r--web/gulpfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/gulpfile.js b/web/gulpfile.js
index be44081d..f34bc4a8 100644
--- a/web/gulpfile.js
+++ b/web/gulpfile.js
@@ -38,9 +38,10 @@ var path = {
'js/stores/base.js',
'js/stores/settingstore.js',
'js/stores/eventlogstore.js',
+ 'js/stores/flowstore.js',
'js/connection.js',
'js/components/header.jsx',
- 'js/components/traffictable.jsx',
+ 'js/components/flowtable.jsx',
'js/components/eventlog.jsx',
'js/components/footer.jsx',
'js/components/proxyapp.jsx',