mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
14 lines
221 B
JSON
14 lines
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"
|
|
} |