Ignoring .peg files for static file build
This commit is contained in:
parent
b8b98edbf5
commit
9136e3f37e
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"templateFile": "./template.html",
|
"templateFile": "./template.html",
|
||||||
"globs": {
|
"globs": {
|
||||||
"other": "./src/**/*.!(html|scss|js)",
|
"other": "./src/**/*.!(html|scss|js|peg)",
|
||||||
"html": "./src/**/*.html",
|
"html": "./src/**/*.html",
|
||||||
"sass": "./src/**/*.scss",
|
"sass": "./src/**/*.scss",
|
||||||
"js": ["./src/**/*.js", "./src/**/*.peg"],
|
"js": ["./src/**/*.js", "./src/**/*.peg"],
|
||||||
|
Loading…
Reference in New Issue
Block a user