Files
archived-nodemon/test/fixtures/default.json
Remy Sharp 3efca971fd Argument parsing, and executable support and tests
Includes simple passing tests, the exec.js has not been tested in detail yet.
2013-08-05 00:11:30 +01:00

19 lines
239 B
JSON

{
"watch": [
"./",
"lib",
"src",
"plugins"
],
"ext": "js css html",
"exec": "node",
"delay": 2,
"ignore": [
"/vendor/*",
"/public/*"
"./README.md"
"*.css",
"/vendor/*",
":(\d)*\.js"
]
}