mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
14 lines
231 B
JSON
14 lines
231 B
JSON
{
|
|
"ignore": [
|
|
".git",
|
|
"node_modules/"
|
|
],
|
|
"verbose": true,
|
|
"exec": "make compile || exit 1",
|
|
"watch": [
|
|
"public/coffee/",
|
|
"public/stylesheets/",
|
|
"modules/**/public/coffee/"
|
|
],
|
|
"ext": "coffee less"
|
|
} |