From 9136e3f37ea0ed252dc1b2c9845079d29ced28fa Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Tue, 25 Nov 2014 08:56:10 -0500 Subject: [PATCH] Ignoring .peg files for static file build --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index ab1aff0..518bd42 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "templateFile": "./template.html", "globs": { - "other": "./src/**/*.!(html|scss|js)", + "other": "./src/**/*.!(html|scss|js|peg)", "html": "./src/**/*.html", "sass": "./src/**/*.scss", "js": ["./src/**/*.js", "./src/**/*.peg"],