From 876e5ca683310e44ef06159d5966904e9d1ccf42 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 3 Jan 2015 11:53:24 +1300 Subject: Ditch old gulpfile --- web/gulpfile.js | 1 - 1 file changed, 1 deletion(-) (limited to 'web/gulpfile.js') 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()) -- cgit v1.2.3