Ignoring .peg files for static file build
This commit is contained in:
parent
b8b98edbf5
commit
9136e3f37e
@ -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"],
|
||||
|
Loading…
Reference in New Issue
Block a user