jamiebuilds_the-super-tiny-.../watch.json
2017-04-26 15:45:39 +00:00

19 lines
224 B
JSON

{
"install": {
"include": [
"^package\\.json$",
"^\\.env$"
]
},
"restart": {
"exclude": [
"^public/",
"^dist/"
],
"include": [
"\\.ejs$"
]
},
"throttle": 100
}