aboutsummaryrefslogtreecommitdiffstats
path: root/web/gulpfile.js
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-12-10 00:47:05 +0100
committerMaximilian Hils <git@maximilianhils.com>2014-12-10 00:47:05 +0100
commite12bf19e35867f3ea69f45054decb024a75fc2b4 (patch)
tree8201f5fd9f07d46a1a659bdfa93b2176066f4961 /web/gulpfile.js
parent05bc7e8cd8382aabdd44f7bc569d2fd421c26f21 (diff)
downloadmitmproxy-e12bf19e35867f3ea69f45054decb024a75fc2b4.tar.gz
mitmproxy-e12bf19e35867f3ea69f45054decb024a75fc2b4.tar.bz2
mitmproxy-e12bf19e35867f3ea69f45054decb024a75fc2b4.zip
web: add event store, fix all those bugs
Diffstat (limited to 'web/gulpfile.js')
-rw-r--r--web/gulpfile.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/web/gulpfile.js b/web/gulpfile.js
index 6e338924..f7df820d 100644
--- a/web/gulpfile.js
+++ b/web/gulpfile.js
@@ -36,10 +36,9 @@ var path = {
'js/dispatcher.js',
'js/actions.js',
'js/flow/utils.js',
- 'js/stores/base.js',
- 'js/stores/settingstore.js',
- 'js/stores/eventlogstore.js',
- 'js/stores/flowstore.js',
+ 'js/store/store.js',
+ 'js/store/view.js',
+ 'js/store/settingstore.js',
'js/connection.js',
'js/components/utils.jsx.js',
'js/components/virtualscroll.jsx.js',