Ignoring .peg files for static file build

This commit is contained in:
Jeff Avallone 2014-11-25 08:56:10 -05:00
parent b8b98edbf5
commit 9136e3f37e
1 changed files with 1 additions and 1 deletions

View File

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