mark2web/.vscode/settings.json
Sebastian Frank 232902ea63
Some checks failed
continuous-integration/drone/push Build is failing
rsync website in deploy step
2019-02-20 13:10:09 +01:00

14 lines
344 B
JSON

{
"files.associations": {
"**/templates/*.html": "django-html"
},
"saveAndRun": {
"commands": [
{
"match": "website/.*",
"cmd": "time mark2web -in ${workspaceRoot}/website -out ${workspaceRoot}/html -create",
"silent": false
}
]
}
}