aboutsummaryrefslogtreecommitdiffstats
path: root/web/gulpfile.js
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-01-03 11:53:24 +1300
committerAldo Cortesi <aldo@nullcube.com>2015-01-03 11:53:24 +1300
commit876e5ca683310e44ef06159d5966904e9d1ccf42 (patch)
treebb00d168ee120f6c813d67886f976b1d79ad773d /web/gulpfile.js
parent1959aebc087db0cb3bb12546ec2671356829b482 (diff)
downloadmitmproxy-876e5ca683310e44ef06159d5966904e9d1ccf42.tar.gz
mitmproxy-876e5ca683310e44ef06159d5966904e9d1ccf42.tar.bz2
mitmproxy-876e5ca683310e44ef06159d5966904e9d1ccf42.zip
Ditch old gulpfile
Diffstat (limited to 'web/gulpfile.js')
-rw-r--r--web/gulpfile.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/gulpfile.js b/web/gulpfile.js
index 3a39ce14..b78090e4 100644
--- a/web/gulpfile.js
+++ b/web/gulpfile.js
@@ -205,7 +205,6 @@ function templates(){
};
gulp.task('templates', templates);
-
gulp.task("peg", function () {
return gulp.src(conf.peg, {base: "src/"})
.pipe(dont_break_on_errors())