aboutsummaryrefslogtreecommitdiffstats
path: root/web/gulpfile.js
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-09-15 18:39:25 +0200
committerMaximilian Hils <git@maximilianhils.com>2014-09-15 18:39:25 +0200
commit1d9b1f79a11feb57043be1d9d656f4c1638d3357 (patch)
treeb1339c77d8761f7014424d7f73fb92c6fd600126 /web/gulpfile.js
parentcbf18320cdbd05197f232da69b3c9a5391735156 (diff)
downloadmitmproxy-1d9b1f79a11feb57043be1d9d656f4c1638d3357.tar.gz
mitmproxy-1d9b1f79a11feb57043be1d9d656f4c1638d3357.tar.bz2
mitmproxy-1d9b1f79a11feb57043be1d9d656f4c1638d3357.zip
web: eventlog ui
Diffstat (limited to 'web/gulpfile.js')
-rw-r--r--web/gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/gulpfile.js b/web/gulpfile.js
index 68a5e479..939f4fcc 100644
--- a/web/gulpfile.js
+++ b/web/gulpfile.js
@@ -106,7 +106,7 @@ gulp.task("jshint", function () {
gulp.task("html", function () {
return gulp.src(path.html)
- .pipe(gulp.dest(path.dist + "static"))
+ .pipe(gulp.dest(path.dist + "templates"))
.pipe(livereload({ auto: false }));
});