Skip to content

Commit

Permalink
Append VSCode settings for watching styles of mobile editors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuzhin committed Dec 4, 2019
1 parent ad04f01 commit 59cd185
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 59cd185

Please sign in to comment.