shh tes
This commit is contained in:
Родитель
5a56e84120
Коммит
7543ae507a
|
@ -1,17 +1,22 @@
|
|||
// A task runner configuration.
|
||||
{
|
||||
"version": "0.1.0",
|
||||
"version": "2.0.0",
|
||||
"command": "grunt",
|
||||
"isShellCommand": true,
|
||||
"tasks": [
|
||||
{
|
||||
"taskName": "build",
|
||||
"isBuildCommand": true,
|
||||
"problemMatcher": "$msCompile"
|
||||
"label": "build",
|
||||
"type": "grunt",
|
||||
"task": "build",
|
||||
"problemMatcher": "$msCompile",
|
||||
"group": {
|
||||
"_id": "build",
|
||||
"isDefault": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"taskName": "publish",
|
||||
"isBuildCommand": false,
|
||||
"label": "publish",
|
||||
"type": "grunt",
|
||||
"task": "publish",
|
||||
"problemMatcher": "$msCompile"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
// A task runner configuration.
|
||||
{
|
||||
"version": "0.1.0",
|
||||
"command": "grunt",
|
||||
"isShellCommand": true,
|
||||
"tasks": [
|
||||
{
|
||||
"taskName": "build",
|
||||
"isBuildCommand": true,
|
||||
"problemMatcher": "$msCompile"
|
||||
},
|
||||
{
|
||||
"taskName": "publish",
|
||||
"isBuildCommand": false,
|
||||
"problemMatcher": "$msCompile"
|
||||
}
|
||||
]
|
||||
}
|
Загрузка…
Ссылка в новой задаче