mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
659242b457
Decaffeinate frontend GitOrigin-RevId: 1c8c53dedecfe55f9936a13408df17b852f996de
14 lines
No EOL
221 B
JSON
14 lines
No EOL
221 B
JSON
{
|
|
"ignore": [
|
|
".git",
|
|
"node_modules/"
|
|
],
|
|
"verbose": true,
|
|
"exec": "make compile || exit 1",
|
|
"watch": [
|
|
"public/src/",
|
|
"public/stylesheets/",
|
|
"modules/**/public/src/"
|
|
],
|
|
"ext": "js less"
|
|
} |