aboutsummaryrefslogtreecommitdiffstats
path: root/web/gulpfile.js
diff options
context:
space:
mode:
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())