mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2025-04-18 14:44:08 +03:00
Append VSCode settings for watching styles of mobile editors.
This commit is contained in:
parent
ad04f01c65
commit
59cd185590
10
.vscode/settings.json
vendored
Normal file
10
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"filewatcher.commands": [
|
||||
{
|
||||
"match": "app-(ios|material)\\.less",
|
||||
"isAsync": true,
|
||||
"cmd": "lessc --js --no-color '${file}' '${fileDirname}/../css/${fileBasenameNoExt}.css'",
|
||||
"event": "onFileChange"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user