aboutsummaryrefslogtreecommitdiffstats
path: root/web/gulpfile.js
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-09-18 23:22:02 +0200
committerMaximilian Hils <git@maximilianhils.com>2014-09-18 23:22:02 +0200
commite66f240e8148fd63e6739950bd773b4052d91501 (patch)
tree539b1a500948c6e9ba209e15e284da5b3dac21a8 /web/gulpfile.js
parentd1ba150ea79689a55898efa760f7d77ca5ed601c (diff)
downloadmitmproxy-e66f240e8148fd63e6739950bd773b4052d91501.tar.gz
mitmproxy-e66f240e8148fd63e6739950bd773b4052d91501.tar.bz2
mitmproxy-e66f240e8148fd63e6739950bd773b4052d91501.zip
add splitter
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 fc78bd1f..584cc7d3 100644
--- a/web/gulpfile.js
+++ b/web/gulpfile.js
@@ -41,6 +41,7 @@ var path = {
'js/stores/eventlogstore.js',
'js/stores/flowstore.js',
'js/connection.js',
+ 'js/components/utils.jsx.js',
'js/components/header.jsx.js',
'js/components/flowtable-columns.jsx.js',
'js/components/flowtable.jsx.js',