Updated docs and VSCode build task
as we discovered some changes we needed in the docs
This commit is contained in:
committed by
Michael Latouche
parent
953e6f2e34
commit
2c34751fd4
12
.vscode/tasks.json
vendored
12
.vscode/tasks.json
vendored
@@ -33,6 +33,18 @@
|
||||
"$gulp-tsc"
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Client Watch",
|
||||
"detail": "runs npm run dev for Umbraco.Web.UI.Client",
|
||||
"promptOnClose": true,
|
||||
"group": "build",
|
||||
"type": "npm",
|
||||
"script": "dev",
|
||||
"path": "src/Umbraco.Web.UI.Client/",
|
||||
"problemMatcher": [
|
||||
"$gulp-tsc"
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Dotnet build",
|
||||
"detail": "Dotnet build of SLN",
|
||||
|
||||
Reference in New Issue
Block a user