fvtt-rolemaster-frp/rmss/.vscode/tasks.json
2022-08-29 20:22:04 +10:00

14 lines
338 B
JSON

// Less configuration
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Less Compile",
"type": "shell",
"command": "lessc less/rmss.less rmss.css",
"group": "build"
}
]
}