overleaf/services/web/nodemon.frontend.json
2018-03-05 10:37:00 +00:00

14 lines
No EOL
211 B
JSON

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