jamiebuilds_the-super-tiny-.../watch.json

19 lines
224 B
JSON
Raw Normal View History

2017-04-25 12:57:20 +00:00
{
"install": {
"include": [
"^package\\.json$",
"^\\.env$"
]
},
"restart": {
"exclude": [
"^public/",
"^dist/"
],
"include": [
"\\.ejs$"
]
},
"throttle": 100
}