mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
14 lines
No EOL
211 B
JSON
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"
|
|
} |