aboutsummaryrefslogtreecommitdiffstats
path: root/web/conf.js
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-03-05 01:52:47 +0100
committerMaximilian Hils <git@maximilianhils.com>2015-03-05 01:52:47 +0100
commit300868edff433f0f895a83482e0e7d92fa9e815e (patch)
tree6424bee76941f64997e0104ec48b1dbc1cc6a389 /web/conf.js
parent4c95c68041a9647211c159939787eedd3ed542ed (diff)
downloadmitmproxy-300868edff433f0f895a83482e0e7d92fa9e815e.tar.gz
mitmproxy-300868edff433f0f895a83482e0e7d92fa9e815e.tar.bz2
mitmproxy-300868edff433f0f895a83482e0e7d92fa9e815e.zip
clean up web builds
Diffstat (limited to 'web/conf.js')
-rw-r--r--web/conf.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/conf.js b/web/conf.js
index 5106bae2..69984c01 100644
--- a/web/conf.js
+++ b/web/conf.js
@@ -6,7 +6,7 @@ var conf = {
js: {
// Don't package these in the vendor distribution
vendor_excludes: [
- "bootstrap"
+ "bootstrap" // We only use Bootstrap's CSS.
],
// Package these as well as the dependencies
vendor_includes: [
@@ -27,7 +27,7 @@ var conf = {
],
fonts: ["src/fontawesome/fontawesome-webfont.*"],
peg: ["src/js/filt/filt.peg"],
- port: 8082
+ connect: false
};
module.exports = conf; \ No newline at end of file