1
0
Fork 0
grunt-tasks/config/watch.json

11 lines
138 B
JSON

{
"scripts": {
"files": [
"/tmp/test/*"
],
"tasks": "fixwhitespace",
"options": {
"spawn": false
}
}
}