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…
Reference in a new issue