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"
|
|
}
|
|
]
|
|
} |