Ditch old gulpfile

This commit is contained in:
Aldo Cortesi
2015-01-03 11:53:24 +13:00
parent 1959aebc08
commit 876e5ca683
2 changed files with 0 additions and 180 deletions

View File

@@ -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())