overleaf/services/web/nodemon.frontend.json
2018-04-06 10:30:13 +01:00

14 lines
No EOL
221 B
JSON

{
"ignore": [
".git",
"node_modules/"
],
"verbose": true,
"legacyWatch": true,
"exec": "make compile || exit 1",
"watch": [
"public/coffee/",
"public/stylesheets/"
],
"ext": "coffee less"
}