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"],