mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
10 lines
277 B
JSON
10 lines
277 B
JSON
{
|
|
"filewatcher.commands": [
|
|
{
|
|
"match": "app-(ios|material)\\.less",
|
|
"isAsync": true,
|
|
"cmd": "lessc --js --no-color '${file}' '${fileDirname}/../css/${fileBasenameNoExt}.css'",
|
|
"event": "onFileChange"
|
|
}
|
|
]
|
|
} |